move togglemouse into vimrc, fix compatibility
This commit is contained in:
parent
4aaedf640e
commit
254d449118
2 changed files with 21 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue