--- 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: