From d169bfcb2b25d0153622f45c7430604ec9e60b13 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 2 Feb 2025 20:37:56 +0100 Subject: [PATCH] Update inputrc --- dotfiles/.config/shell/inputrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dotfiles/.config/shell/inputrc b/dotfiles/.config/shell/inputrc index 9e89b42..b5ecd5e 100644 --- a/dotfiles/.config/shell/inputrc +++ b/dotfiles/.config/shell/inputrc @@ -9,11 +9,16 @@ set vi-cmd-mode-string \1\e[2 q\2 set keymap vi-command Control-l: clear-screen Control-a: beginning-of-line +"k": history-search-backward +"j": history-search-forward set keymap vi-insert Control-l: clear-screen Control-a: beginning-of-line +$endif + set completion-ignore-case on -$endif +"\e[A":history-search-backward +"\e[B":history-search-forward