Section: Registers and marks

Set and jump to a mark

vim
vim
ma  `a  'a
Explanation

The mark name follows `m`; use backtick for exact position.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Registers and marks
Paste after or before cursor
Put text from the default register.
OpenIn sheetvimsame section
Use a named register
Yank or paste from a named register.
OpenIn sheetvimsame section
List register contents
Inspect available registers.
OpenIn sheetvimsame section
Characterwise visual mode
Select arbitrary text regions.
OpenIn sheetvim1 tag match
Insert at start of block
Add text to the start of many lines at once.
OpenIn sheetvim1 tag match
Linewise visual mode
Select whole lines.
OpenIn sheetvim1 tag match