From 6bd4cd6a197f64c803a4466e2c11dae562f96465 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 27 Mar 2021 14:25:57 +0100 Subject: Add inputrc configs --- .inputrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .inputrc diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..bf16a0c --- /dev/null +++ b/.inputrc @@ -0,0 +1,7 @@ +set completion-ignore-case on +set show-all-if-ambiguous on + +# Use the text that has already been typed as the prefix for searching through +# commands (i.e. more intelligent Up/Down behavior) +"\e[B": history-search-forward +"\e[A": history-search-backward -- cgit v1.2.3