equal
deleted
inserted
replaced
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. |