dotfiles/.inputrc
2024-05-28 20:42:24 +02:00

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