diff --git a/ROADMAP.md b/ROADMAP.md index d19e976d..f538a148 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -417,9 +417,9 @@ Status | Command | Description ## Repeating commands -Status | Command | Description ----|--------|------------------------------ -:white_check_mark: | :1234: . | repeat last change (with count replaced with N) +Status | Command | Description | Note +---|--------|--------------|---------------- +:white_check_mark: :star: | :1234: . | repeat last change (with count replaced with N) | It won't repeat Code's auto-complete change. :arrow_down:| q{a-z} | record typed characters into register {a-z} :arrow_down:| q{A-Z} | record typed characters, appended to register {a-z} :arrow_down:| q | stop recording @@ -577,4 +577,4 @@ Status | Command | Description ### Fold options -Currently we don't support any fold option and we are following Code configurations. \ No newline at end of file +Currently we don't support any fold option and we are following Code configurations.