Plugins - Added CtrlP

This commit is contained in:
Emmanuel BENOîT 2023-06-17 18:42:37 +02:00
parent eaab5add81
commit 725add3819
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
3 changed files with 6 additions and 1 deletions

View file

@ -1,6 +0,0 @@
let g:ctrlp_working_path_mode = '' " Disable CtrlP-controlled chdir
let g:ctrlp_map = '' " Disable default mapping
nnoremap <Leader>pp :CtrlPBuffer<CR>
nnoremap <Leader>po :CtrlPMRUFiles<CR>
nnoremap <Leader>pi :CtrlP<CR>

View file

@ -1 +0,0 @@
NeoBundle 'ctrlpvim/ctrlp.vim'