.inputrc
changeset 488 e7c174f182b3
parent 468 4a28df9cf5f0
child 597 bf045b4083cb
equal deleted inserted replaced
487:6dae75d0d5ff 488:e7c174f182b3
    85 "\C-_": backward-kill-word
    85 "\C-_": backward-kill-word
    86 
    86 
    87 # UP/DOWN filter history by typed string as prefix.
    87 # UP/DOWN filter history by typed string as prefix.
    88 "\e[A": history-search-backward
    88 "\e[A": history-search-backward
    89 "\C-p": history-search-backward
    89 "\C-p": history-search-backward
       
    90 "\eOA": history-search-backward
    90 "\e[B": history-search-forward
    91 "\e[B": history-search-forward
    91 "\C-n": history-search-forward
    92 "\C-n": history-search-forward
       
    93 "\eOB": history-search-forward
    92 
    94 
    93 # 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.
    94 "\e[Z": complete
    96 "\e[Z": complete
    95 $if Bash
    97 $if Bash
    96 # Use 'Control+TAB' for cycling possible completion in bash.
    98 # Use 'Control+TAB' for cycling possible completion in bash.