diff --git a/config/inputrc b/config/inputrc index 0a994f6..b6fe014 100644 --- a/config/inputrc +++ b/config/inputrc @@ -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