diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:19:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:19:04 +0000 |
commit | d6bd4355517ab82de5fd1a7a45655341b62253e4 (patch) | |
tree | 3bf62d7870871e66d3e97a07131a369ff546702b | |
parent | Setting bell-style to none. (diff) | |
download | readline-d6bd4355517ab82de5fd1a7a45655341b62253e4.tar.xz readline-d6bd4355517ab82de5fd1a7a45655341b62253e4.zip |
Setting blink-matching-paren to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/inputrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/inputrc b/debian/inputrc index 1287d70..8441f9b 100644 --- a/debian/inputrc +++ b/debian/inputrc @@ -21,6 +21,8 @@ set output-meta on set bell-style none # set bell-style visible +set blink-matching-paren on + # some defaults / modifications for the emacs mode $if mode=emacs |