equal
deleted
inserted
replaced
92 "\C-n": history-search-forward |
92 "\C-n": history-search-forward |
93 "\eOB": history-search-forward |
93 "\eOB": history-search-forward |
94 |
94 |
95 # 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. |
96 "\e[Z": complete |
96 "\e[Z": complete |
97 $if Bash |
|
98 # Cycling possible completion forward and backward in place. |
97 # Cycling possible completion forward and backward in place. |
99 "\e[1;3C": menu-complete # M-Right |
98 "\e[1;3C": menu-complete # M-Right |
100 "\e[1;3D": menu-complete-backward # M-Left |
99 "\e[1;3D": menu-complete-backward # M-Left |
101 "\e[1;5I": menu-complete # C-TAB |
100 "\e[1;5I": menu-complete # C-TAB |
102 $endif |
|
103 |
101 |
104 # Local Variables: |
102 # Local Variables: |
105 # mode: shell-script |
103 # mode: shell-script |
106 # fill-column: 78 |
104 # fill-column: 78 |
107 # End: |
105 # End: |