Skip to content
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

Closed
ryanseys opened this issue Jul 16, 2016 · 12 comments
Closed

cd<tab> outputs "cdcd" and can only backspace the second "cd" #183

ryanseys opened this issue Jul 16, 2016 · 12 comments
Labels
🐛 Type: Bug Issue pertains to something wrong within Hyper 🤯 Type: Compatibility Issue contains information about a compatibility issue in Hyper

Comments

@ryanseys
Copy link

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.

@sebinsua
Copy link

sebinsua commented Jul 17, 2016

I have this exact same bug, though it happens with all commands.

e.g.

screen shot 2016-07-17 at 12 42 54

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.

@ryanseys
Copy link
Author

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 notifications@github.com 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
#183 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAKAIR8uAp-rXBH0iXfT_2eLS0UDHgfiks5qWhJTgaJpZM4JOG-f
.

@rdewolff
Copy link

rdewolff commented Aug 4, 2016

Same issue here, very annoying.

@albinekb
Copy link
Contributor

albinekb commented Aug 4, 2016

Is this only happening with zsh? Can't reproduce with fish or bash..

@rdewolff
Copy link

rdewolff commented Aug 4, 2016

yep with zsh

@albinekb albinekb added 🐛 Type: Bug Issue pertains to something wrong within Hyper 🤯 Type: Compatibility Issue contains information about a compatibility issue in Hyper labels Aug 4, 2016
@lordgiotto
Copy link
Contributor

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 lstab, cdtab, gittab).

@lordgiotto
Copy link
Contributor

lordgiotto commented Aug 10, 2016

Ok, it a locale issue. Related to #441 and will be fixed by #605

@kevinrambaud
Copy link

bump, same thing for me, using also zsh

@rdewolff
Copy link

rdewolff commented Feb 3, 2017

This works for me now.

@sajadghawami
Copy link

sajadghawami commented Feb 25, 2017

still having the same issue!

Seems to be a problem with the "ZSH_THEME="robbyrussell""

@urbantrout
Copy link

Try adding this to your .zshrc

# You may need to manually set your language environment
export LANG=de_AT.UTF-8

@chabou
Copy link
Contributor

chabou commented Apr 13, 2017

Seems fixed.
Feel free to reopen

@chabou chabou closed this as completed Apr 13, 2017
chabou pushed a commit that referenced this issue Apr 27, 2018
chabou pushed a commit that referenced this issue Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Issue pertains to something wrong within Hyper 🤯 Type: Compatibility Issue contains information about a compatibility issue in Hyper
Projects
None yet
Development

No branches or pull requests

9 participants