.inputrc
changeset 270 19082e26bea6
parent 238 1ae5fbcaea7c
child 468 4a28df9cf5f0
--- a/.inputrc	Sun Dec 04 18:43:51 2011 +0200
+++ b/.inputrc	Sun Dec 04 18:45:24 2011 +0200
@@ -87,7 +87,12 @@
 "\e[B": history-search-forward
 "\C-n": history-search-forward
 
-# "	": menu-complete
+# 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
+$endif
 
 # Local Variables:
 # mode: shell-script