diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 0f779d2..46451e9 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -2349,9 +2349,6 @@ augroup END function! s:JumpInit() abort nnoremap :exe GF("edit") if !&modifiable - if exists(':CtrlP') - nnoremap :exe 'CtrlP '.fnameescape(repo().tree()) - endif nnoremap o :exe GF("split") nnoremap S :exe GF("vsplit") nnoremap O :exe GF("tabedit")