I have:

# UP/DOWN filter history by typed string as prefix.
"\e[A": history-search-backward
"\C-p": history-search-backward
"\e[B": history-search-forward
"\C-n": history-search-forward

in ~/.inputrc and happy using this in Bash.

But I want to hav same in Midnight Commaner too...

For example I type cdUP and see previously typed:

cd /#ftp:dom.office.int
cd ~/devel

Note that completion get from list of MC commands (include MC buildin commands...)

Currently I use M-h and navigate through large list... This is inconvenient...

link|improve this question

43% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.