inputrc: Allow back-forward history search
This commit is contained in:
parent
d689529aae
commit
3cd3f0eb1f
|
@ -25,6 +25,8 @@ set visible-stats off
|
||||||
$if mode=vi
|
$if mode=vi
|
||||||
# these are for vi-command mode
|
# these are for vi-command mode
|
||||||
set keymap vi-command
|
set keymap vi-command
|
||||||
|
"k": history-search-backward
|
||||||
|
"j": history-search-forward
|
||||||
"\e[A": history-search-backward
|
"\e[A": history-search-backward
|
||||||
"\e[B": history-search-forward
|
"\e[B": history-search-forward
|
||||||
Control-l: clear-screen
|
Control-l: clear-screen
|
||||||
|
|
Loading…
Reference in a new issue