Skip to content

Instantly share code, notes, and snippets.

@olly
Created March 9, 2015 09:59
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