diff --git a/files/.vimrc b/files/.vimrc index a463f65..a951943 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -105,12 +105,12 @@ match ExtraWhitespace /\s\+$\| \+\ze\t/ autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ """"""""""""""""" Key bindings -map :w:!make -imap :echo 'F1 help disabled' -map :!git status -map [[ :lprev -map ]] :lnext -map [] :ll +nnoremap :w:!make +inoremap :echo 'F1 help disabled' +nnoremap :!git status +nnoremap __ :lprev +nnoremap ++ :lnext +nnoremap _+ :ll nnoremap w :call TrimWhitespace() nnoremap K i