7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
|
# 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
|