.inputrc
changeset 270 19082e26bea6
parent 238 1ae5fbcaea7c
child 468 4a28df9cf5f0
equal deleted inserted replaced
269:48b3cbdac750 270:19082e26bea6
    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 # "	": menu-complete
    90 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose.
       
    91 "\e[Z": complete
       
    92 $if Bash
       
    93 # Use 'Control+TAB' for cycling possible completion in bash.
       
    94 "\e[1;5I": menu-complete
       
    95 $endif
    91 
    96 
    92 # Local Variables:
    97 # Local Variables:
    93 # mode: shell-script
    98 # mode: shell-script
    94 # fill-column: 78
    99 # fill-column: 78
    95 # End:
   100 # End: