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 | 19d9f935db1dfebe2af5f792bc4b8c532029c22e (patch) | |
tree | 88422525b4f37f3a806c1a1b2a1a028ba688ca89 /debian | |
parent | Setting blink-matching-paren to on. (diff) | |
download | readline-19d9f935db1dfebe2af5f792bc4b8c532029c22e.tar.xz readline-19d9f935db1dfebe2af5f792bc4b8c532029c22e.zip |
Setting colored-completion-prefix to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 |