From d2dad3460399150447f8ede875a469cdf7cd5f31 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 13 Sep 2022 18:06:16 -0500 Subject: meh. --- readline/inputrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'readline/inputrc') diff --git a/readline/inputrc b/readline/inputrc index 424e7d9..20f3251 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -8,7 +8,7 @@ $include /etc/inputrc "\C-n":history-search-forward # Show completions using LS_COLORS -set colored-stats On +set colored-stats Off # Ignore case in completions set completion-ignore-case On # Show ... if common prefix is longer than 3 characters @@ -20,3 +20,7 @@ set show-all-if-ambiguous On set show-all-if-unmodified On # Show types (like ls -F) set visible-stats On +# Better pasting +set enable-bracketed-paste on +# Blink parens +set blink-matching-paren on -- cgit 1.4.1-21-gabe81