Emmanuel BENOîT
be99bfda32
Don't load plugins based on keyboard shortcuts, as this conflicts with vim-which-key. Instead, create shortcuts when plugins are declared, and load them when the commands they provide are used.
2 lines
117 B
VimL
2 lines
117 B
VimL
let g:ctrlp_working_path_mode = '' " Disable CtrlP-controlled chdir
|
|
let g:ctrlp_map = '' " Disable default mapping
|