-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
cd<tab> outputs "cdcd" and can only backspace the second "cd" #183
Comments
I have this exact same bug, though it happens with all commands. e.g. I am using plugins=(zsh-syntax-highlighting zsh-autosuggestions bgnotify colored-man-pages last-working-dir rand-quote osx brew autojump git github npm atom) I've just noticed this bug has already been reported at #24. |
To clarify, it happens with all commands for me too and I do use zsh so
|
Same issue here, very annoying. |
Is this only happening with zsh? Can't reproduce with fish or bash.. |
yep with zsh |
I can confirm that i've this issue with zsh too. |
bump, same thing for me, using also zsh |
This works for me now. |
still having the same issue! Seems to be a problem with the "ZSH_THEME="robbyrussell"" |
Try adding this to your .zshrc
|
Seems fixed. |
There's a bug where if you hit tab after you've already typed a full command, it will autocomplete the command twice however you can only backspace until the second instance is removed, not the original one typed.
The text was updated successfully, but these errors were encountered: