Vim and indents
A few useful vim indenting links:
- Toggle auto-indenting for code paste
- How to stop auto indenting
- Turn off per-filetype auto indentation
- Getting cool auto-indent in vim
This is the most useful bit when pasting into a vim window.
nnoremap :set invpaste paste?
imap
set pastetoggle=