Comment on Pasting in command line Vim doesn't have to suckComments−anurag15yVim has a built-in directive to toggle paste mode:set pastetoggle=<F3>http://vim.wikia.com/wiki/Toggle_auto-indenting_for_code_pas...
Comments
Vim has a built-in directive to toggle paste mode:
set pastetoggle=<F3>
http://vim.wikia.com/wiki/Toggle_auto-indenting_for_code_pas...