setlocal shiftwidth=2 setlocal tabstop=2 " TO-DO: keyword help " Switch to looking in the Vim help files setlocal keywordprg=:help " == Abbreviations == iabbr abh " == Abbreviations ===Eatchar('\r') iabbr _h1 " *** ***=Eatchar('[\r[:space:]]') iabbr _h2 " == ===Eatchar('[\r[:space:]]') iabbr _h3 " -- --=Eatchar('[\r[:space:]]') iabbr def func () endfunc=Eatchar('[\r[:space:]]') iabbr _abbr iabbr iabbr _xabbr iabbr C-R>=Eatchar('[\r[:space:]]')CR> iabbr _map nmap Leader>vmap Leader> iabbr _xmap nmap Leader> C-R>=Eatchar('[\r[:space:]]')CR> iabbr _lmap nmap LocalLeader> iabbr _lxmap nmap LocalLeader> C-R>=Eatchar('[\r[:space:]]')CR>