-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight lost when invoking zsh-history-substring-search #517
Comments
Works perfectly now, thanks a lot. |
There may have been a regression, but I'm not sure whether it's zsh-autocomplete or zsh-history-substring-search. I just filed an issue over there @ zsh-users/zsh-history-substring-search#145 Basically, these combinations of plugins work:
But trying to use all 4 causes the zsh-history-substring-search highlight to disappear:- zsh-autocomplete + zsh-autosuggestions + zsh-syntax-highlighting + zsh-history-substring-search Note that if I use |
@dhorkin Can you check out the |
|
@dyhork I'm curious: Why do you even use |
The behavior is different, even if the end goals are similar. Depending on exactly what I'm trying to do, I will use one or the other |
How exactly does |
I am trying to get:
zdharma-continuum/fast-syntax-highlighting
zsh-users/zsh-history-substring-search
marlonrichert/zsh-autocomplete
to work together. Highlighting gets removed when doing a substring search.
Environment
Steps to reproduce
.zshrc
with:The text was updated successfully, but these errors were encountered: