Section: Registers and marks

List register contents

vim
vim
:registers
Explanation

Useful while debugging macro, yank, and clipboard behavior.

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
Set and jump to a mark
Bookmark a file location and return later.
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