diff -r 6dae75d0d5ff -r e7c174f182b3 .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