From e292eb508413b9174684a8e75c93474a7f5351ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 23 Aug 2021 23:07:31 -0500 Subject: Initial --- readline/inputrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 readline/inputrc (limited to 'readline/inputrc') diff --git a/readline/inputrc b/readline/inputrc new file mode 100644 index 0000000..424e7d9 --- /dev/null +++ b/readline/inputrc @@ -0,0 +1,22 @@ +# inputrc + +# Include the system inputrc +$include /etc/inputrc + +# Search based on what I've already typed +"\C-p":history-search-backward +"\C-n":history-search-forward + +# Show completions using LS_COLORS +set colored-stats On +# Ignore case in completions +set completion-ignore-case On +# Show ... if common prefix is longer than 3 characters +set completion-prefix-display-length 3 +# Show symlinked directories with a slash +set mark-symlinked-directories On +# Show completions immediately +set show-all-if-ambiguous On +set show-all-if-unmodified On +# Show types (like ls -F) +set visible-stats On -- cgit 1.4.1-21-gabe81