# HG changeset patch # User Oleksandr Gavenko # Date 1342816714 -10800 # Node ID e7c174f182b389e3936257f227b7ff8f2046ed55 # Parent 6dae75d0d5ff6d8812696a783d7220498bb4fb5f Use history search for UP/DOWN in Emacs term mode. 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