6 lines
225 B
VimL
6 lines
225 B
VimL
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>
|