-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Freezes for a few seconds on entering a command #736
Comments
I have similar things when I use rsync and tab to complete the folder names. |
I bisected the issue locally to bbbefed, which seems a plausible cause as the commit adjusts the main completion logic. At the previous commit, adfade3, completion works as expected without any freezing for me. So a potential workaround for this bug is to Unfortunately, I am not familiar enough with shell or zsh plugins to suggest a fix, but hopefully this helps with investigation. |
Hi, I also experience some freezing in my shell, especially when typing I am unsure about how to checkout from zsh-autocomplete latest commit to a previous commit. I tried going to EDIT : okay, I found how to revert back to the
|
For now, we download a specific previous version that does not have this bug yet. See: marlonrichert/zsh-autocomplete#736 (comment)
Environment
config file
Ubuntu 24.04 LTS
Kitty
Steps to reproduce
So when typing commands like
sudo apt update <space>
git clone <space>
sudo apt upgrade <space>
It freezes for a few seconds. But it gets annoying so i just CTRL + C and this is the output.
^ Do the above. I notice the freezes only last about 1 second now, but still noticeable.
Contents of
~autocomplete-log/YYYY-MM-DD.log
(click to expand)The text was updated successfully, but these errors were encountered: