From d16736917cc89451d6b3222469a12d95bc19f13f Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:17 +0300 Subject: [PATCH] Configure inputrc --- .inputrc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .inputrc diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..f435b1e --- /dev/null +++ b/.inputrc @@ -0,0 +1,16 @@ +# Based on "A ~/.inputrc for Humans" +# https://www.topbug.net/blog/2017/07/31/inputrc-for-humans/ + +$include /etc/inputrc +"\C-p":history-search-backward +"\C-n":history-search-forward +"\e[A":history-search-backward +"\e[B":history-search-forward + +set colored-stats On +set completion-ignore-case On +set completion-prefix-display-length 3 +set mark-symlinked-directories On +set show-all-if-ambiguous On +set show-all-if-unmodified On +set visible-stats On