.inputrc
changeset 488 e7c174f182b3
parent 468 4a28df9cf5f0
child 597 bf045b4083cb
--- 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