Skip to content

Instantly share code, notes, and snippets.

@athap
Created January 19, 2016 02:25
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 athap/cec85e27caab43b8810d to your computer and use it in GitHub Desktop.
Save athap/cec85e27caab43b8810d to your computer and use it in GitHub Desktop.
Fix Vim paste indent issue. When copying text using ctrl-c
Before pasting
:set paste
After Paste
:set nopaste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment