Created
February 6, 2015 17:13
-
-
Save evanhutomo/fb18e88217da2e30d009 to your computer and use it in GitHub Desktop.
just vim note
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
### Few guide using a vim text editor | |
- - - | |
*open vi* | |
`vi | |
*go to command mode* | |
`press Esc | |
*go to editor mode* | |
`press i | |
*save file* | |
`:w <file_name> | |
*quit* | |
`:q | |
_or_ | |
`:q! <- for final changing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment