[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

3
.gitmodules vendored
View File

@@ -82,3 +82,6 @@
[submodule "vim/vim.symlink/bundle/vim-html5"] [submodule "vim/vim.symlink/bundle/vim-html5"]
path = vim/vim.symlink/bundle/vim-html5 path = vim/vim.symlink/bundle/vim-html5
url = https://github.com/othree/html5.vim.git url = https://github.com/othree/html5.vim.git
[submodule "vim/vim.symlink/bundle/vim-matchit"]
path = vim/vim.symlink/bundle/vim-matchit
url = https://github.com/tsaleh/vim-matchit.git

View File

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