1
0
nvim-config/config/bundle/ctrlp.vim
2015-03-13 00:21:54 +01:00

6 lines
190 B
VimL

let g:ctrlp_cmd = "CtrlPBuffer"
let g:ctrlp_prompt_mappings = {
\ 'ToggleType(1)': ['<c-l>', '<c-f>', '<c-up>'],
\ 'ToggleType(-1)': ['<c-h>', '<c-b>', '<c-down>'],
\ }