Use history search for UP/DOWN in Emacs term mode.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 20 Jul 2012 23:38:34 +0300
changeset 488 e7c174f182b3
parent 487 6dae75d0d5ff
child 489 7bd81501b248
Use history search for UP/DOWN in Emacs term mode.
.inputrc
--- a/.inputrc	Fri Jul 20 22:58:11 2012 +0300
+++ b/.inputrc	Fri Jul 20 23:38:34 2012 +0300
@@ -87,8 +87,10 @@
 # UP/DOWN filter history by typed string as prefix.
 "\e[A": history-search-backward
 "\C-p": history-search-backward
+"\eOA": history-search-backward
 "\e[B": history-search-forward
 "\C-n": history-search-forward
+"\eOB": history-search-forward
 
 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose.
 "\e[Z": complete