Skip to content

Instantly share code, notes, and snippets.

@ecorson
Last active December 14, 2015 03:39
Show Gist options
  • Save ecorson/5022198 to your computer and use it in GitHub Desktop.
Save ecorson/5022198 to your computer and use it in GitHub Desktop.
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