aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-29 12:50:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-29 12:51:12 +1200
commitad3c76f460772aa3be172f945331f91cb84289a4 (patch)
tree9abde6f3cfac9aa3b2297d12ec1f814efcafbbe4
parentCorrect comment in bashrc (diff)
downloaddotfiles-ad3c76f460772aa3be172f945331f91cb84289a4.tar.gz
dotfiles-ad3c76f460772aa3be172f945331f91cb84289a4.zip
Try out Readline's blink-matching-paren feature
-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