From 35d5c35844d790c58c59f05ee3536915fec2543d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 3 Sep 2016 00:57:29 +1200 Subject: Remove blink-matching-paren from ~/.inputrc Interesting, but not my cup of tea. I particularly dislike how it slows down macros. --- readline/inputrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'readline/inputrc') 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 -- cgit v1.2.3