kien / ctrlp.vim

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

Add linux-like commands to move search results. #653

Closed bayleedev closed 9 years ago

bayleedev commented 9 years ago

Control+n is used to move down, and Control+p is used to move up in most select boxes.

Good examples of this would be the terminal for scrolling up/down previous commands. Another good one includes Chrome when using the search-able address bar. Lastly, VIM (netrw) uses these keys to scroll up/down directory listings in the normal directory view.

seven1m commented 9 years ago

Haha I did the same thing in my vimrc.

:+1: