1

Re: Ctrl-P/Ctrl-N for previous/next history item in command/search entry

I'd like to be able to use Ctrl-P and Ctrl-N instead of arrow keys to access history in command/search entry mode.

2

Re: Ctrl-P/Ctrl-N for previous/next history item in command/search entry

cnoremap <c-n> <down>
cnoremap <c-p> <up>

Pasted from my _viemurc smile

3

Re: Ctrl-P/Ctrl-N for previous/next history item in command/search entry

Thanks. smile