Hong-Phuc Bui
2020-09-07 1b0d1b166e4fc65ba6948f274d590debedbcaa05
1
2
3
4
5
6
7
8
9
10
11
12
"\e[A": history-search-backward
"\e[B": history-search-forward
# set show-all-if-ambiguous on
set completion-ignore-case on
 
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
"\e[1;5C":forward-word
"\e[1;5D":backward-word
"\e[5C":forward-word
"\e[5D":backward-word
"\e\e[C":forward-word
"\e\e[D":backward-word