From dcdf7cbf01291e00fb1e5f1e04cee5b3ad2b60f8 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 21 Jun 2012 09:57:00 -0500 Subject: [PATCH] [vim] added matchit plugin. re-enabled esc key --- .gitmodules | 3 +++ vim/vim.symlink/bundle/vim-matchit | 1 + vim/vimrc.symlink | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 vim/vim.symlink/bundle/vim-matchit diff --git a/.gitmodules b/.gitmodules index d1cb65d..b62fc9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,6 @@ [submodule "vim/vim.symlink/bundle/vim-html5"] path = vim/vim.symlink/bundle/vim-html5 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 diff --git a/vim/vim.symlink/bundle/vim-matchit b/vim/vim.symlink/bundle/vim-matchit new file mode 160000 index 0000000..8f8665e --- /dev/null +++ b/vim/vim.symlink/bundle/vim-matchit @@ -0,0 +1 @@ +Subproject commit 8f8665e04fe377a25bbed29abf13ea66a1a0c129 diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index c14d2a4..daae0e8 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -162,7 +162,7 @@ nnoremap K :q " remap esc and disable to force learning inoremap jk -inoremap +" inoremap " remove extra whitespace nmap :%s/\s\+$