# HG changeset patch # User Oleksandr Gavenko # Date 1318593461 -10800 # Node ID 29a3658af2d372b69c3e387ea7f70c945beca97d # Parent c73d2512617de442d19b7ae7bc5dc77d3959f902 Bind "Shift TAB" to complete as in Python TAB was need for another purpose. diff -r c73d2512617d -r 29a3658af2d3 .inputrc --- a/.inputrc Thu Oct 13 10:55:40 2011 +0300 +++ b/.inputrc Fri Oct 14 14:57:41 2011 +0300 @@ -87,6 +87,8 @@ "\e[B": history-search-forward "\C-n": history-search-forward +# Bind "Shift TAB" to complete as in Python TAB was need for another purpose. +"\e[Z": complete # " ": menu-complete # Local Variables: