7 lines
195 B
Plaintext
Raw Permalink Normal View History

2023-08-19 19:51:59 -04:00
# Reload changes with control+x followed by control+r
set echo-control-characters off
# History searching with up and down arrows.
"\e[A": history-search-backward
"\e[B": history-search-forward