about summary refs log tree commit diff stats
path: root/readline/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'readline/inputrc')
-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