[vim] added matchit plugin. re-enabled esc key
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
1
vim/vim.symlink/bundle/vim-matchit
Submodule
1
vim/vim.symlink/bundle/vim-matchit
Submodule
Submodule vim/vim.symlink/bundle/vim-matchit added at 8f8665e04f
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user