tpope / vim-rsi

rsi.vim: Readline style insertion
http://www.vim.org/scripts/script.php?script_id=4359
589 stars 36 forks source link

C-p and C-n for Up/Down in command line #42

Closed firedev closed 6 years ago

firedev commented 6 years ago

Maybe add mappings for C-p and C-n in the command line so they can be used to browse command history?

tpope commented 6 years ago

Vim already provides those. Unlike up and down, they don't filter to match the substring you've already typed, but that's consistent with how they work elsewhere.

firedev commented 6 years ago

Hmm I'll be damned, sorry, wasn't working for some reason.