1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 17:53:23 -07:00
rc/home/inputrc

7 lines
171 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