Great VIM tip, turn of annoying autoindenting completely:
Put this in your .vimrc file set nocindent set nosmartindent set noautoindent set indentexpr= filetype indent off filetype plugin indent off
set nocindent set nosmartindent set noautoindent set indentexpr= filetype indent off filetype plugin indent off
Works for me.