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 have tested with another terminal program (I tested with alacritty aswell)
Problem description
Installing and setting zsh-vi-mode in my .zshrc breaks the plugin zsh-syntax-highlighting. Shown below is an example of a terminal command before and after setting zsh-vi-mode in my config.
Before:
After:
Reproduction steps
Download and install zsh-vi-mode and zsh-syntax-highlighting.
Enable them in your .zshrc like this:
plugins=(
zsh-vi-mode
zsh-syntax-highlighting
)
Try typing a command with multiple arguments.
Expected behavior
The intended behaviour should be that different commands and arguments appear in their respective colours.
Like this:
The text was updated successfully, but these errors were encountered:
This issue was caused by a bug which didn't invoke original function
after hooking the function. This bug also caused issues mentioned in
the #154 as well.
I've fixed the issue you mentioned. Could you try the latest version? If you still got the issue, please let me know. And welcome to star this project for further update in the future. : )
General information
Basic examination
Problem description
Installing and setting zsh-vi-mode in my .zshrc breaks the plugin zsh-syntax-highlighting. Shown below is an example of a terminal command before and after setting zsh-vi-mode in my config.
Before:
After:
Reproduction steps
Expected behavior
The intended behaviour should be that different commands and arguments appear in their respective colours.
Like this:
The text was updated successfully, but these errors were encountered: