set nocp " Use Vim mode, not compatible set noautoindent " Turn off autoindent (enable it while coding?) set ts=4 if has("filetype") set autoindent endif " Mail colours "hi mailHeaderKey links to Type "hi mailSubject links to String hi mailHeader ctermfg=brown "hi mailEmail links to Special hi mailSignature ctermfg=darkblue hi mailQuoted1 ctermfg=darkgreen hi mailQuoted2 ctermfg=darkcyan hi mailQuoted3 ctermfg=darkgreen hi mailQuoted4 ctermfg=darkcyan hi mailQuoted5 ctermfg=darkgreen hi mailQuoted6 ctermfg=darkcyan