From 0790de6e6e28495ee95c3e54ddb205c769c0aae3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 30 Oct 2024 09:07:56 -0400 Subject: [PATCH] readline: enable history search for up/down --- home/.inputrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.inputrc b/home/.inputrc index 3ffce03..ac99936 100644 --- a/home/.inputrc +++ b/home/.inputrc @@ -4,3 +4,6 @@ set show-all-if-ambiguous on TAB:menu-complete "\e[Z":menu-complete-backward + +"\e[A":history-search-backward +"\e[B":history-search-forward