Skip to content

Instantly share code, notes, and snippets.

@dzlab
Last active October 8, 2015 15:07
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 dzlab/0817733b5cfee77f5f5d to your computer and use it in GitHub Desktop.
Save dzlab/0817733b5cfee77f5f5d to your computer and use it in GitHub Desktop.
vim.commands
Paste toggleEdit
Vim provides the 'paste' option to aid in pasting text unmodified from other applications. You can set it manually like:
:set paste
:set nopaste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment