TOOL » NEOVIM
Marks
Usage
Each mark is associated to a letter. First press m. Then:
- Use
a-zfor local (current file) mark; - Use
A-Zfor global mark.
To jump to a mark, press ' (jump to line) or ` (jump to position) followed by the letter.
For example, for a mark with the letter a:
- Use
mato mark. - Use
'aor`ato jump to it.
Run :marks to get a list of marks.