# HG changeset patch # User Oleksandr Gavenko # Date 1363203498 -7200 # Node ID f5b9226c2e4a106a87757c2668619fc1cd408df3 # Parent c26afe3a6d86ce00eb61dfede7eaa97e9196146b Bind "M-Right" to 'menu-complete'. Useful in Python with readline completion from Emacs... diff -r c26afe3a6d86 -r f5b9226c2e4a .inputrc --- a/.inputrc Mon Mar 04 11:00:08 2013 +0200 +++ b/.inputrc Wed Mar 13 21:38:18 2013 +0200 @@ -94,12 +94,10 @@ # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose. "\e[Z": complete -$if Bash # 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: # mode: shell-script