blob: bf16a0c0ec9b33a2986599c7138f38eb93fb2ce2 (
plain) (
blame)
1
2
3
4
5
6
7
|
set completion-ignore-case on
set show-all-if-ambiguous on
# Use the text that has already been typed as the prefix for searching through
# commands (i.e. more intelligent Up/Down behavior)
"\e[B": history-search-forward
"\e[A": history-search-backward
|