about summary refs log tree commit diff stats
path: root/readline
diff options
context:
space:
mode:
authorCase Duckworth2022-09-13 18:06:16 -0500
committerCase Duckworth2022-09-13 18:06:16 -0500
commitd2dad3460399150447f8ede875a469cdf7cd5f31 (patch)
tree0e4d6775270ac06c3920daea9c3a6ae1a04f361c /readline
parentbleh (diff)
downloadetc-d2dad3460399150447f8ede875a469cdf7cd5f31.tar.gz
etc-d2dad3460399150447f8ede875a469cdf7cd5f31.zip
meh.
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc6
1 files changed, 5 insertions, 1 deletions
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
8"\C-n":history-search-forward 8"\C-n":history-search-forward
9 9
10# Show completions using LS_COLORS 10# Show completions using LS_COLORS
11set colored-stats On 11set colored-stats Off
12# Ignore case in completions 12# Ignore case in completions
13set completion-ignore-case On 13set completion-ignore-case On
14# Show ... if common prefix is longer than 3 characters 14# Show ... if common prefix is longer than 3 characters
@@ -20,3 +20,7 @@ set show-all-if-ambiguous On
20set show-all-if-unmodified On 20set show-all-if-unmodified On
21# Show types (like ls -F) 21# Show types (like ls -F)
22set visible-stats On 22set visible-stats On
23# Better pasting
24set enable-bracketed-paste on
25# Blink parens
26set blink-matching-paren on