Skip to content

Instantly share code, notes, and snippets.

@ecorson
Last active December 14, 2015 03:39
vim
Note: ESC just in case you are in INSERT Mode
Necessities
-----------
Save
:w
Quit
:q
Save and Quit
:wq
Discard changes and Quit
:q!
Text editing helpers
--------------------
Duplicate Line
":t." + Enter
Delete Line
dd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment