kien/ctrlp.vim

Is there any way to remap <c-n> & <c-p> to scroll through the list instead of the history?

Opened this issue · 0 comments

I'm used to using <c-n> & <c-p> for scrolling through vim's autocomplete list, so it'd nice have the same functionality here.

Specifically, can I remap <c-n> to the functionality of <c-j> and <c-p> to that of <c-k>?

I don't use the search history, so I wouldn't mind losing that functionality.