Skip to content

Instantly share code, notes, and snippets.

@rkennesson
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save rkennesson/0c5b9253cfa6fe88a826 to your computer and use it in GitHub Desktop.

Select an option

Save rkennesson/0c5b9253cfa6fe88a826 to your computer and use it in GitHub Desktop.
:r filename will paste the contents of a file where the cursor is
:r! command will paste the output of a command where the cursor is
:! command will run a command outside of VIM, then bring you right back.
#exit
:wq
:x
:q!
ZZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment