1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00
rc/home/inputrc
2021-07-31 20:47:11 -07:00

8 lines
191 B
Plaintext

"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[1;5C": forward-word
"\e[1;5D": backward-word
set show-all-if-ambiguous on
set completion-ignore-case on
set bell-style none