-
Notifications
You must be signed in to change notification settings - Fork 27
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
Breaks history suggestions starting with a string #25
Comments
Thanks. I'll need to do some testing to see what specifically is conflicting, and probably look into how zsh-autosuggestions is implemented. Patches are welcome if anyone figures it out before I get to it! |
This might be due to the way that |
In the related issue there was an answer by @meav that fixes the scrolling through the history using beginning search. I'm adding it here too - zsh-users/zsh-autosuggestions#545 (comment)
|
I find that the first issue is a colouring quirk - up/down search works with the words up to the cursor even though those you backtrack through stay the same colour 👍 |
Thank you, Branislav. I've added these keybindings if the respective ZLE widgets are defined. Hopefully that makes it Just Work for everyone. |
Great plugin 👍 It seems not to work well with autosuggestions though. Might be related to #8 but even ordering the plugins as suggested doesn't make it right.
These are two issues I have:
going word by word in the suggestion can be done using
w
in normal mode (although it flashes some annoying output), but going back usingb
doesn't deselect them.if I start typing a command and try cycling through the autosuggestions using
k
it deletes what I typed and cycles through all commands.My plugin list reads:
The text was updated successfully, but these errors were encountered: