There was an error while loading. Please reload this page.
1 parent 16ac6a5 commit 5214995Copy full SHA for 5214995
.gitmodules
@@ -94,3 +94,6 @@
94
[submodule "bundle/vim-webapi"]
95
path = bundle/vim-webapi
96
url = https://github.com/mattn/webapi-vim.git
97
+[submodule "bundle/vim-vmath"]
98
+path = bundle/vim-vmath
99
+url = git://github.com/nixon/vim-vmath.git
bundle/vim-vmath
vimrc
@@ -369,6 +369,9 @@ endfunction
369
vnoremap * :<C-u>call <SID>VSetSearch()<CR>//<CR><c-o>
370
371
" Plugins {{{1
372
+" vmath {{{2
373
+vmap <expr> ++ VMATH_YankAndAnalyse()
374
+nmap ++ vip++
375
" Easy-motion {{{2
376
" let g:EasyMotion_leader_key = '<Leader>'
377
" Emmet {{{2
0 commit comments