[vim] added matchit plugin. re-enabled esc key

This commit is contained in:
Nick Nisi
2012-06-21 09:57:00 -05:00
parent 78c5121c4d
commit dcdf7cbf01
3 changed files with 5 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ nnoremap K :q<cr>
" remap esc and disable to force learning
inoremap jk <esc>
inoremap <esc> <nop>
" inoremap <esc> <nop>
" remove extra whitespace
nmap <leader><space> :%s/\s\+$<cr>