Macros
Automate repeated actions.
qastart recordingqstop recording@aplay macro@@repeat last macro
Registers
Work with yank/delete/paste storage.
:regfor more"ayyyank into register a"appaste from register a"Ayyappend to register a
Useful Registers
| Register | Purpose |
|---|---|
" | Default register |
0 | Last yanked text |
1-9 | Delete history |
a-z | Named registers |
A-Z | Append to named registers |
+ | System clipboard |
* | Selection clipboard (Linux/X11) |
% | Current file name |
: | Last command |
= | equal register |