1
0
nvim-config/config/ctrlp/variables.vim
2015-02-13 04:20:21 +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>'],
\ }