Skip to content

Commit

Permalink
Update ROADMAP.md (#8890)
Browse files Browse the repository at this point in the history
Marking jumps and marks from low priority to done.
  • Loading branch information
JaiminBrahmbhatt authored May 20, 2024
1 parent 47fa5b5 commit e13ba54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ Now follows an exhaustive list of every known Vim command that we could find.
| :white_check_mark: | `. | go to the position of the last change in this file |
| :white_check_mark: | '. | go to the position of the last change in this file |
| :arrow_down: | '{a-zA-Z0-9[]'"<>.} | same as `, but on the first non-blank in the line |
| :arrow_down: | :marks | print the active marks |
| :white_check_mark: | :marks | print the active marks |
| :white_check_mark: | :1234: CTRL-O | go to Nth older position in jump list |
| :white_check_mark: | :1234: CTRL-I | go to Nth newer position in jump list |
| :arrow_down: | :ju[mps] | print the jump list |
| :white_check_mark: | :ju[mps] | print the jump list |

## Various motions

Expand Down

0 comments on commit e13ba54

Please sign in to comment.