1
0
Fork 0

move togglemouse into vimrc, fix compatibility

This commit is contained in:
Von Random 2017-03-06 12:10:51 +03:00
parent 4aaedf640e
commit 254d449118
2 changed files with 21 additions and 8 deletions

View file

@ -14,7 +14,6 @@ Plug 'ervandew/supertab'
Plug 'jeetsukumaran/vim-buffergator'
Plug 'junegunn/vim-easy-align'
Plug 'mhinz/vim-signify'
Plug 'nvie/vim-togglemouse'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-sleuth'
Plug 'vimwiki/vimwiki'
@ -35,9 +34,6 @@ call plug#end()
let g:signify_vcs_list=[ 'git', 'fossil' ]
let g:signify_sign_change='~'
" vim-togglemouse options
nmap <Leader>m <F12>
" easy-align options
xmap <Leader>a <Plug>(EasyAlign)
nmap <Leader>a <Plug>(EasyAlign)