8 lines
205 B
Text
8 lines
205 B
Text
$include /etc/inputrc
|
|
set completion-ignore-case On
|
|
#"\C-h": backward-kill-word
|
|
|
|
"\e[5~" history-search-backward
|
|
"\e[6~" history-search-forward
|
|
"\e[A" history-search-backward
|
|
"\e[B" history-search-forward
|