# HG changeset patch # User Oleksandr Gavenko # Date 1353611836 -7200 # Node ID bf045b4083cb92652317a8d2f64cd7a71ae9416e # Parent f6be61efe78f9e7f575f15c1c3aa11193a726630 Cycling possible completion forward and backward in place. diff -r f6be61efe78f -r bf045b4083cb .inputrc --- a/.inputrc Tue Nov 20 23:41:41 2012 +0200 +++ b/.inputrc Thu Nov 22 21:17:16 2012 +0200 @@ -95,8 +95,10 @@ # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose. "\e[Z": complete $if Bash -# Use 'Control+TAB' for cycling possible completion in bash. -"\e[1;5I": menu-complete +# Cycling possible completion forward and backward in place. +"\e[1;3C": menu-complete # M-Right +"\e[1;3D": menu-complete-backward # M-Left +"\e[1;5I": menu-complete # C-TAB $endif # Local Variables: