avoid adding leader maps to insert
This commit is contained in:
parent
c2835a4120
commit
0327911d4d
1 changed files with 0 additions and 1 deletions
1
vimrc
1
vimrc
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue