diff -r 48b3cbdac750 -r 19082e26bea6 .inputrc --- 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