diff options
author | Case Duckworth | 2022-09-13 18:06:16 -0500 |
---|---|---|
committer | Case Duckworth | 2022-09-13 18:06:16 -0500 |
commit | d2dad3460399150447f8ede875a469cdf7cd5f31 (patch) | |
tree | 0e4d6775270ac06c3920daea9c3a6ae1a04f361c /readline | |
parent | bleh (diff) | |
download | etc-d2dad3460399150447f8ede875a469cdf7cd5f31.tar.gz etc-d2dad3460399150447f8ede875a469cdf7cd5f31.zip |
meh.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/inputrc | 6 |
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 |
11 | set colored-stats On | 11 | set colored-stats Off |
12 | # Ignore case in completions | 12 | # Ignore case in completions |
13 | set completion-ignore-case On | 13 | set 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 | |||
20 | set show-all-if-unmodified On | 20 | set show-all-if-unmodified On |
21 | # Show types (like ls -F) | 21 | # Show types (like ls -F) |
22 | set visible-stats On | 22 | set visible-stats On |
23 | # Better pasting | ||
24 | set enable-bracketed-paste on | ||
25 | # Blink parens | ||
26 | set blink-matching-paren on | ||