Skip to content

Instantly share code, notes, and snippets.

@olly
Created March 9, 2015 09:59
Show Gist options
  • Save olly/becef7096097bd2d0b1b to your computer and use it in GitHub Desktop.
Save olly/becef7096097bd2d0b1b to your computer and use it in GitHub Desktop.
a personal vim cheatsheet

vim cheatsheet

Copy & Paste

"ayw yank word into the "a" register
"Ayw yank word and append into the "a" register

Moving through a document

z<return> move current line to the top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment