6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
set bell-style none
|
|
# map "page up" and "page down" to search history based on current cmdline
|
|
"\e[5~": history-search-backward
|
|
"\e[6~": history-search-forward
|
|
|