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 | 8f511a9b2d1a12dfd60d4ab64d0d22834234b57a (patch) | |
tree | 7c02079243c691b2e331601e562432c4fb72b790 | |
parent | Setting blink-matching-paren to on. (diff) | |
download | readline-8f511a9b2d1a12dfd60d4ab64d0d22834234b57a.tar.xz readline-8f511a9b2d1a12dfd60d4ab64d0d22834234b57a.zip |
Setting colored-completion-prefix 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 8441f9b..5e6352f 100644 --- a/debian/inputrc +++ b/debian/inputrc @@ -23,6 +23,8 @@ set bell-style none set blink-matching-paren on +set colored-completion-prefix on + # some defaults / modifications for the emacs mode $if mode=emacs |