10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
$include /etc/inputrc
|
||
|
|
||
|
"\e[A": history-search-backward
|
||
|
"\e[B": history-search-forward
|
||
|
"\t": menu-complete
|
||
|
|
||
|
set completion-ignore-case on
|
||
|
set show-all-if-unmodified on
|
||
|
set show-all-if-ambiguous on
|