mirror of https://github.com/bjeanes/dotfiles.git
Acp is too slow sometimes, keep disabled by default
parent
0a14f95b68
commit
4bb2618150
|
@ -80,7 +80,7 @@ call vundle#rc()
|
||||||
|
|
||||||
" only enable if a filetype is set
|
" only enable if a filetype is set
|
||||||
let g:acp_enableAtStartup = 0
|
let g:acp_enableAtStartup = 0
|
||||||
autocmd FileType * AcpEnable
|
" autocmd FileType * AcpEnable
|
||||||
|
|
||||||
Bundle 'Lokaltog/vim-easymotion'
|
Bundle 'Lokaltog/vim-easymotion'
|
||||||
let g:EasyMotion_keys = "arstdhneio" " Colemak home row
|
let g:EasyMotion_keys = "arstdhneio" " Colemak home row
|
||||||
|
|
Loading…
Reference in New Issue