From 3cd3f0eb1f65e2a0fc30eabc4f3cfb542b3c2814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 17 Oct 2021 14:34:39 +0200 Subject: [PATCH] inputrc: Allow back-forward history search --- config/inputrc | 2 ++ 1 file changed, 2 insertions(+) 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