.inputrc
changeset 597 bf045b4083cb
parent 488 e7c174f182b3
child 622 f5b9226c2e4a
equal deleted inserted replaced
596:f6be61efe78f 597:bf045b4083cb
    93 "\eOB": history-search-forward
    93 "\eOB": history-search-forward
    94 
    94 
    95 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose.
    95 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose.
    96 "\e[Z": complete
    96 "\e[Z": complete
    97 $if Bash
    97 $if Bash
    98 # Use 'Control+TAB' for cycling possible completion in bash.
    98 # Cycling possible completion forward and backward in place.
    99 "\e[1;5I": menu-complete
    99 "\e[1;3C": menu-complete                    # M-Right
       
   100 "\e[1;3D": menu-complete-backward           # M-Left
       
   101 "\e[1;5I": menu-complete                    # C-TAB
   100 $endif
   102 $endif
   101 
   103 
   102 # Local Variables:
   104 # Local Variables:
   103 # mode: shell-script
   105 # mode: shell-script
   104 # fill-column: 78
   106 # fill-column: 78