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