Last active
December 14, 2015 03:39
-
-
Save ecorson/5022198 to your computer and use it in GitHub Desktop.
vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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