From 27c8f651fd8c792618b860cfea3037a73f796b6e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 12 Jan 2022 11:31:46 +0100 Subject: inputrc: blink matching parens --- dotfiles/inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/inputrc b/dotfiles/inputrc index 1bff8b8..3657181 100644 --- a/dotfiles/inputrc +++ b/dotfiles/inputrc @@ -2,6 +2,8 @@ set bell-style none set show-all-if-ambiguous on +set blink-matching-paren on + set colored-completion-prefix on set colored-stats on -- cgit v1.2.3