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