-
Notifications
You must be signed in to change notification settings - Fork 41
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
Terminal freeze after installing tab completions for fish shell #948
Comments
Hi! Can you try doing |
Setting |
Thanks — we use a background helper to speed up process startup for Kart on macOS + Linux. I guess it's interacting funkily with fish or tab completion somehow. |
Thanks for explaining, I'll close the issue as I don't have any freeze anymore, and I did not notice any slowdown or similar. |
I'll reopen it until someone gets a chance to try and reproduce it or figure out what the issue is. |
I'm getting this same behaviour on zsh (MacOS) and it's also kart-helper specific; tab completion works fine if the helper is disabled |
actually a fresh However I can repro this with fish (and bash) |
Describe the bug
I installed the fish completions using
kart install tab-completions --shell fish
. When I start typing a kart command, pressingTAB
freezes the terminal (doesn't matter the terminal emulator), without any completion showing up, and I am forced to quit the application.I don't know if it matters, but fish is not my login shell.
To Reproduce
Steps to reproduce the behaviour:
tab
to bring up completionsExpected behaviour
For the completions to show up properly and not freezing the terminal
Version Info
The text was updated successfully, but these errors were encountered: