-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
zsh tab completion not working when 2+ contexts #68
Comments
I guess it is caused by different separators (
|
Weird, this no longer reproduces on my machine. It was there a few days ago when I had more contexts. |
This is so weird and it only reproduces with the set of contexts listed above. |
I tried multiple things here, like deleting the new line between
adding new line after list, with
without
no luck, the problem still reproduces. |
Try the following one? It works on my machine.
I guess the problem is not |
You're right! This is working, even with the |
fixes #68 Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
fixes #68 Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
fixes #68 Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
but when I do
kubectx
TabTab I get only two items:which is basically the hardcoded
-
and the first context in the list.When I edit the _kubectx script:
to add a hardcoded name like:
tab completion shows everything correctly.
What's going on here?
The text was updated successfully, but these errors were encountered: