You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.
v1.9.28
Fixed a case where clink-select-complete could accidentally wrap long matches with descriptions instead of truncating them.
Fixed a case where clink-select-complete could get confused about how many matches it meant to print per line when showing descriptions inline (especially when using a wide terminal window).