mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-10 04:07:23 +08:00
conf: restore the clink's "gray text" auto-suggestions display
The [`autosuggest.inline` feature](https://chrisant996.github.io/clink/clink.html#inline-suggestions) was disabled by default from the config in **a breaking change** from https://github.com/chrisant996/clink/releases/tag/v1.9.20 and later
This commit is contained in:
4
vendor/clink_settings.default
vendored
4
vendor/clink_settings.default
vendored
@@ -30,3 +30,7 @@ cmd.auto_answer = answer_yes
|
||||
# name: Doskey completions
|
||||
# type: color
|
||||
color.doskey = yellow
|
||||
|
||||
# name: Show a suggestion in a muted color
|
||||
# type: boolean
|
||||
autosuggest.inline
|
||||
|
||||
Reference in New Issue
Block a user