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