Created
December 28, 2014 08:19
-
-
Save fzrhrs/11848bf3511091452929 to your computer and use it in GitHub Desktop.
Vim Cheat Sheet
This file contains hidden or 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
Create new file/existing file | |
`Vi file_name` | |
Insert mode | |
`i` | |
To save and quit | |
`:wq` | |
To quit | |
`:q` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment