Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Created June 19, 2013 08:09
Show Gist options
  • Save Starefossen/5812539 to your computer and use it in GitHub Desktop.
Save Starefossen/5812539 to your computer and use it in GitHub Desktop.
vim copy / paste auto indent
:set paste # disables autoindent
:set nopaste # enables autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment