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.
I have this exact same bug, though it happens with all commands.
_e.g._

I am using zsh with oh-my-zsh and these plugins:
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
that might be the issue.
On Sun, Jul 17, 2016 at 04:30 Seb Insua [email protected] wrote:
I have this exact same bug, though it happens with all commands.
I am using zsh with oh-my-zsh and these plugins:
plugins=(zsh-syntax-highlighting zsh-autosuggestions bgnotify colored-man-pages last-working-dir rand-quote osx brew autojump git github npm atom)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/zeit/hyperterm/issues/183#issuecomment-233177503, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAKAIR8uAp-rXBH0iXfT_2eLS0UDHgfiks5qWhJTgaJpZM4JOG-f
.
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.
It happens if _tab_ any command (a complete command, not a portion, without a space after it: for instance ls_tab_, cd_tab_, git_tab_).
Ok, it a locale issue. Related to #441 and will be fixed by #605
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
# You may need to manually set your language environment
export LANG=de_AT.UTF-8
Seems fixed.
Feel free to reopen
Most helpful comment
Try adding this to your .zshrc