File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 16166 . NOTE: You can also end your macro by typing ` @<register> ` , to recursively call your macro for the whole file
17177 . View all macros by entering command mode + "registers" or "reg" for short.
1818
19+ ## Marks
20+
21+ Command | Description
22+ ma | set mark a at current cursor location
23+ 'a | jump to line of mark a (first non-blank character in line)
24+ `a | jump to position (line and column) of mark a
25+ d'a | delete from current line to line of mark a
26+ d`a | delete from current cursor position to position of mark a
27+ c'a | change text from current line to line of mark a
28+ y`a | yank text to unnamed buffer from cursor to position of mark a
29+ : marks | list all the current marks
30+ : marks aB | list marks a, B
31+
1932## Tests
2033
2134- TODO: Run the tests from a file/line
You can’t perform that action at this time.
0 commit comments