:setl noai nocin nosi inde=Here is a mapping (add to file ~/.vimrc):
" Disable autoindent in VIM nnoremap <F8> :setl noai nocin nosi inde=<CR>Alternatively, you can use:
" Turning off auto indent when pasting text into vim set pastetoggle=<F8>So now, before pasting something in, you press F8 to disable auto-indent.
You could also just do:
ReplyDelete:set paste
Which was made for exactly this reason :)
Thanks.
Delete