heavim/bundles-init/ctrlp.vim.cfg.vim

7 lines
225 B
VimL
Raw Normal View History

2015-03-08 15:18:34 +01:00
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>