1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00
rc/home/inputrc

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