14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
set colored-stats on
|
|
set menu-complete-display-prefix on
|
|
set show-all-if-ambiguous on
|
|
|
|
"\e[A":history-search-backward
|
|
"\e[B":history-search-forward
|
|
|
|
"\C-l": clear-screen
|
|
|
|
"\C-w": backward-kill-word
|
|
|
|
TAB:menu-complete
|
|
"\e[Z":menu-complete-backward
|