From ad3c76f460772aa3be172f945331f91cb84289a4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 29 Aug 2016 12:50:52 +1200 Subject: Try out Readline's blink-matching-paren feature --- readline/inputrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'readline') 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 -- cgit v1.2.3