Excerpts from LuX's message of 2010-08-16 00:37:54 +0200: > Example: In bash I have always been missing a history behaving like in > vim. Let me explain this. If you have typed a long command 'cmd' at
put "\C-n": history-search-forward "\C-p": history-search-backward and/or "\e[B":history-search-forward "\e[A":history-search-backward into ~/.inputrc to get vim-like completion with Control-P/N and/or up/down keys. Read "man readline" for more info. --