kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 677 forks source link

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

Open AlijahArcher opened 4 years ago

AlijahArcher commented 4 years ago

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.