equal
deleted
inserted
replaced
26 |
26 |
27 set completion-query-items 100 |
27 set completion-query-items 100 |
28 |
28 |
29 # First tab suggests ambiguous variants. |
29 # First tab suggests ambiguous variants. |
30 set show-all-if-ambiguous on |
30 set show-all-if-ambiguous on |
|
31 |
|
32 # Replace common prefix with ... |
|
33 set completion-prefix-display-length 1 |
31 |
34 |
32 # If set to 'on', completed directory names have a slash appended. The default is 'on'. |
35 # If set to 'on', completed directory names have a slash appended. The default is 'on'. |
33 set mark-directories on |
36 set mark-directories on |
34 set mark-symlinked-directories on |
37 set mark-symlinked-directories on |
35 |
38 |
82 "\e[A": history-search-backward |
85 "\e[A": history-search-backward |
83 "\C-p": history-search-backward |
86 "\C-p": history-search-backward |
84 "\e[B": history-search-forward |
87 "\e[B": history-search-forward |
85 "\C-n": history-search-forward |
88 "\C-n": history-search-forward |
86 |
89 |
|
90 # " ": menu-complete |
|
91 |
87 # Local Variables: |
92 # Local Variables: |
88 # mode: shell-script |
93 # mode: shell-script |
89 # fill-column: 78 |
94 # fill-column: 78 |
90 # End: |
95 # End: |