aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/readline/inputrc b/readline/inputrc
index dd284f0b..1184757e 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -8,9 +8,6 @@ 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