From e778e6df17e4768e79856008de1300ba6e9c1f15 Mon Sep 17 00:00:00 2001 From: hkc Date: Mon, 29 Jul 2024 23:18:52 +0300 Subject: [PATCH] Added .inputrc --- dot_inputrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dot_inputrc diff --git a/dot_inputrc b/dot_inputrc new file mode 100644 index 0000000..dbe8304 --- /dev/null +++ b/dot_inputrc @@ -0,0 +1,9 @@ +$include /etc/inputrc + +"\e[A": history-search-backward +"\e[B": history-search-forward +"\t": menu-complete + +set completion-ignore-case on +set show-all-if-unmodified on +set show-all-if-ambiguous on