inputrc: Allow back-forward history search

This commit is contained in:
Geoffrey Frogeye 2021-10-17 14:34:39 +02:00
parent d689529aae
commit 3cd3f0eb1f
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ set visible-stats off
$if mode=vi
# these are for vi-command mode
set keymap vi-command
"k": history-search-backward
"j": history-search-forward
"\e[A": history-search-backward
"\e[B": history-search-forward
Control-l: clear-screen