" Indentation setlocal expandtab setlocal tabstop=4 setlocal softtabstop=4 setlocal shiftwidth=4 " Don't preserve indentation on empty lines inoremap nnoremap o o nnoremap O O " Comment string call tcomment#DefineType('objc', '// %s') " Swap .h and .m alternates nnoremap :FSHere