-
Notifications
You must be signed in to change notification settings - Fork 2.1k
macOS 11: slow command autocompletion #7511
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
Comments
I had the same issue. Thank you @golimpio for mentioning #6270. I replaced my Seems like Apple had silently fixed the underlying bug in macOS 10.15.4 and has silently reintroduced it in macOS 11.0.1? |
Sorry, I forgot to mention that I’m running 11.1 beta, thanks for confirming that 11.0.1 has the same issue.
…On 28 Nov 2020, 8:15 AM +1100, piechologist ***@***.***>, wrote:
I had the same issue. Thank you @golimpio for mentioning #6270. I replaced my __fish_describe_command (see this comment in #6270 and auto completing is snappy again.
Seems like Apple had silently fixed the underlying bug in macOS 10.15.4 and has silently reintroduced it in macOS 11.0.1?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Wonderful. #7365 is the best we can do here - in the next release, we will cache the |
After updating to Big Sur, I'm experiencing a few seconds delay every time I press tab for auto completing a command.
For example, if I type
ls
and then press [tab], fish will take a few seconds before displaying the list of commands starting with "ls".This issue seems to be similar to #6270
Tried fish without third-party customizations?
My environment:
Running fish with
--profile
, the only odd thing I've identified was:Similar to the other issue linked here.
The text was updated successfully, but these errors were encountered: