diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:44:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:44:20 +0000 |
commit | 241ae7adae827e1b89a9ad1040be94c6217e3782 (patch) | |
tree | b80c8dfaecf3d8c442d69a00204a7394a90e3400 /debian/inputrc | |
parent | Setting bell-style to none. (diff) | |
download | readline-241ae7adae827e1b89a9ad1040be94c6217e3782.tar.xz readline-241ae7adae827e1b89a9ad1040be94c6217e3782.zip |
Setting blink-matching-paren to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/inputrc')
-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 |