How do I cycle through the numbered delete registers using the dot command?
"1p and .
When you paste from a numbered register with "1p, Vim's dot command (.
4 results for "undo redo dot"
"1p and .
When you paste from a numbered register with "1p, Vim's dot command (.
"1p then u then . to cycle
Vim stores your last 9 deletions in numbered registers "1 through "9.
"1p then u.u.u.
Vim stores your last 9 deletions (of one line or more) in the numbered registers "1 through "9.
registers #registers #editing #normal-mode #undo-redo #paste
<C-@>
Pressing (Ctrl + @, which is the NUL character) in insert mode inserts the same text that was typed during the most recent insert session, then immediately retu