Update inputrc

This commit is contained in:
Santiago Lo Coco 2025-02-02 20:37:56 +01:00
parent 6847f09c51
commit d169bfcb2b
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
1 changed files with 6 additions and 1 deletions

View File

@ -9,11 +9,16 @@ set vi-cmd-mode-string \1\e[2 q\2
set keymap vi-command set keymap vi-command
Control-l: clear-screen Control-l: clear-screen
Control-a: beginning-of-line Control-a: beginning-of-line
"k": history-search-backward
"j": history-search-forward
set keymap vi-insert set keymap vi-insert
Control-l: clear-screen Control-l: clear-screen
Control-a: beginning-of-line Control-a: beginning-of-line
$endif
set completion-ignore-case on set completion-ignore-case on
$endif "\e[A":history-search-backward
"\e[B":history-search-forward