1
0
Fork 0

avoid adding leader maps to insert

This commit is contained in:
Von Random 2017-03-06 14:28:23 +03:00
parent c2835a4120
commit 0327911d4d

1
vimrc
View file

@ -83,7 +83,6 @@ fun! s:ToggleMouse()
endif endif
endfunction endfunction
noremap <Leader>m :call <SID>ToggleMouse()<CR> noremap <Leader>m :call <SID>ToggleMouse()<CR>
inoremap <Leader>m <Esc>:call <SID>ToggleMouse()<CR>a
" plugins " plugins
let plugins = expand("$HOME/.vimplugins") let plugins = expand("$HOME/.vimplugins")