Skip to content

Instantly share code, notes, and snippets.

@rusllonrails
Created April 9, 2014 17:32
Show Gist options
  • Save rusllonrails/10295022 to your computer and use it in GitHub Desktop.
Save rusllonrails/10295022 to your computer and use it in GitHub Desktop.
VI commands
For editing use
vi galfit.feedme
For inserting
Press i //Do required editing
For exiting
Press Esc
:wq //for exiting and saving
:q! //for exiting without saving
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment