aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc
index 9038c69a..fa84f09c 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -4,6 +4,9 @@ set bell-style none
# Let readline do stuff like word killing, not stty(1)
set bind-tty-special-chars off
+# Jump to the matching parenthesis briefly when closing one
+set blink-matching-paren On
+
# Ignore case when matching and completing paths
set completion-ignore-case On