aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-03 00:57:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-03 00:57:29 +1200
commit35d5c35844d790c58c59f05ee3536915fec2543d (patch)
treeecd97e53c531832216b846fa93cc8f15dca05d29 /readline
parentOverhaul of README; many corrections (diff)
downloaddotfiles-35d5c35844d790c58c59f05ee3536915fec2543d.tar.gz
dotfiles-35d5c35844d790c58c59f05ee3536915fec2543d.zip
Remove blink-matching-paren from ~/.inputrc
Interesting, but not my cup of tea. I particularly dislike how it slows down macros.
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