4

In the bash, one can enable a "search-as-you-type-like" behaviour by changing eg. the .inputrc :

  1 ## arrow up
  2 "\e[A":history-search-backward
  3 ## arrow down
  4 #"\e[B":history-search-forward

Is there anything similar in the LXTerminal, besides hitting CTRL+r?

qbi
  • 19,125
cosmo
  • 49
  • there's another way to do history search with the terminal, it's not the same but it's close enought take a look at this http://askubuntu.com/questions/108163/selective-command-history-in-the-terminal – maniat1k Feb 29 '12 at 21:57
  • This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If this question no longer applies then you can either delete it or answer it yourself if you've solved the problem. Thanks! – Eric Carvalho Mar 13 '13 at 18:25

0 Answers0