Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created February 3, 2013 03:37
Show Gist options
  • Save ethagnawl/4700461 to your computer and use it in GitHub Desktop.
Save ethagnawl/4700461 to your computer and use it in GitHub Desktop.
Notes on Vim Registers
"A(cap reg name) appends to register
append to macro stored in a with qAo
paste from unnamed ""p
execute code in unnamed register with @"
_ reg is blackhole - use to avoid clobbering current unnamed register
0 contains most recently yanked text
1-9 contain last 9 deletions
"- small delete register stores text deleted that was less than one line - read only
". - last inserted - read only
"% - current file - read only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment