equal
deleted
inserted
replaced
98 "\eOA": history-search-backward |
98 "\eOA": history-search-backward |
99 "\e[B": history-search-forward |
99 "\e[B": history-search-forward |
100 "\C-n": history-search-forward |
100 "\C-n": history-search-forward |
101 "\eOB": history-search-forward |
101 "\eOB": history-search-forward |
102 |
102 |
|
103 "\e/" complete-filename |
103 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose. |
104 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose. |
104 "\e[Z": complete |
105 "\e[Z": complete |
105 # Cycling possible completion forward and backward in place. |
106 # Cycling possible completion forward and backward in place. |
106 "\e[1;3C": menu-complete # M-Right |
107 "\e[1;3C": menu-complete # M-Right |
107 "\e[1;3D": menu-complete-backward # M-Left |
108 "\e[1;3D": menu-complete-backward # M-Left |