zettel/349ceffd.md
2021-03-29 21:34:48 -07:00

328 B

date tags
2021-03-29T21:24
vim

mark basics

m{a-zA-Z}: set a "bookmark" at a cursor position.

'{mark}: jumps the cursor to first non-whitespace character on the line with.

`{mark}: jump the cursor to the exact mark position.

Uppercase marks are global, and by default are persisted across sessions.