1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-29 02:17:12 -07:00
rc/home/inputrc

8 lines
191 B
Plaintext
Raw Normal View History

2013-06-28 05:22:14 -07:00
"\e[A": history-search-backward
"\e[B": history-search-forward
2013-07-04 08:48:24 -07:00
"\e[1;5C": forward-word
"\e[1;5D": backward-word
2013-06-28 05:22:14 -07:00
set show-all-if-ambiguous on
set completion-ignore-case on
2021-07-31 20:41:10 -07:00
set bell-style none