new in v1.2.48
- Ctrl+Right now inserts the next word of the suggestion the same way it would move to the next word, and Shift+Right inserts the next full word of the suggestion up to a space.
- Keys like Home/End, Shift+Left/Right, and Ctrl+Left/Right work in VI mode.
- Fixed input line coloring glitch when color settings use the
sgr
syntax.
new in v1.2.47
- Added autosuggestions similar to the Fish shell.
- Turn on by running
clink set autosuggest.enable true
. See theautosuggest.enable
andautosuggest.strategy
Clink settings for details. - Added
clink.suggester()
function to create new suggestion generators that can be used in theautosuggest.strategy
setting.
- Turn on by running
- The
clink-diagnostics
command also lists match generators registered byclink.generator()
. - Fixed the color when the
horizontal-scroll-mode
config variable ison
. - Fixed the transient prompt when using Help commands.
- Fixed the
clink autorun
commands when paths contain Chinese characters and the system code page isn't UTF8. - Fixed #209;
clink-popup-show-help
command fails. - Fixed #208; orphaned symlinks are colored wrong.
- Fixed #203; unable to inject when Clink binary directory contains Chinese characters (regression introduced in v1.0.0).