.inputrc
changeset 238 1ae5fbcaea7c
parent 225 29a3658af2d3
child 468 4a28df9cf5f0
equal deleted inserted replaced
237:ff30a2d60ee6 238:1ae5fbcaea7c
    85 "\e[A": history-search-backward
    85 "\e[A": history-search-backward
    86 "\C-p": history-search-backward
    86 "\C-p": history-search-backward
    87 "\e[B": history-search-forward
    87 "\e[B": history-search-forward
    88 "\C-n": history-search-forward
    88 "\C-n": history-search-forward
    89 
    89 
    90 # Bind "Shift TAB" to complete as in Python TAB was need for another purpose.
    90 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose.
    91 "\e[Z": complete
    91 "\e[Z": complete
    92 # "	": menu-complete
    92 $if Bash
       
    93 # Use 'Control+TAB' for cycling possible completion in bash.
       
    94 "\e[1;5I": menu-complete
       
    95 $endif
    93 
    96 
    94 # Local Variables:
    97 # Local Variables:
    95 # mode: shell-script
    98 # mode: shell-script
    96 # fill-column: 78
    99 # fill-column: 78
    97 # End:
   100 # End: