Skip to content

Instantly share code, notes, and snippets.

@evanhutomo
Created February 6, 2015 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanhutomo/fb18e88217da2e30d009 to your computer and use it in GitHub Desktop.
Save evanhutomo/fb18e88217da2e30d009 to your computer and use it in GitHub Desktop.
just vim note
### 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