From eef1102f81c06211e0951cf270c9e86929ebbbc2 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 8 Apr 2026 10:13:27 -0400 Subject: bash: do history search backwards/forwards keybind for up/down --- .inputrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .inputrc (limited to '.inputrc') diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..8638ed5 --- /dev/null +++ b/.inputrc @@ -0,0 +1,2 @@ +"\e[A": history-search-backward +"\e[B": history-search-forward -- cgit 1.4.1