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
I customized the auto-suggestion acception key binding with bindkey ',' autosuggest-accept in my zshrc. When I pressed , to accept the suggestion, the syntax highlighting doesn't update. The relative order of plugins follows what is told on the readme the relative order of loading the modules would be syntax-highlighting, history-substring-search and autosuggestions.
Expected behavior
Syntax highlighting updates correctly
Actual behavior
After pressing ,
The highlighting only updated if I press another key(space in this case)
Steps to Reproduce
add bindkey ',' autosuggest-accept to your zshrc
enable auto-suggestion and syntax-highliting. My plugin list:
Description
I customized the auto-suggestion acception key binding with
bindkey ',' autosuggest-accept
in my zshrc. When I pressed,
to accept the suggestion, the syntax highlighting doesn't update. The relative order of plugins follows what is told on the readmethe relative order of loading the modules would be syntax-highlighting, history-substring-search and autosuggestions
.Expected behavior
Syntax highlighting updates correctly
Actual behavior
After pressing
,
The highlighting only updated if I press another key(space in this case)
Steps to Reproduce
bindkey ',' autosuggest-accept
to your zshrcauto-suggestion
andsyntax-highliting
. My plugin list:Versions
The text was updated successfully, but these errors were encountered: