-
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
Autocomplete causes command to be displayed twice #2328
Comments
Having the same issue... No status since october? |
Me too... Did you found a fix ? |
Can you give us your LANG env var: I fixed this issue with this workaround: #283 (comment) |
Thanks |
YES! We found this bug. I have no idea why LANG is wrongly set and how this side effect happens... But this is a real progress! |
Thanks @chabou, I've set my |
Same error and exporting the right LANG in my .zshrc solved the issue. While having the issue, "echo $LANG" was printing Then i added "export LANG=it_IT.UTF-8" at the bottom of my .zshrc file, restarted the terminal, and then "echo $LANG" printed After this the issue was solved |
@Hecsall Thank you for your confirmation 🎉 We need to enforce defaut right locales. There are some related but maybe outdated PRs. |
Issue
When I press
tab
to autocomplete / choose a directory, the typed command is doubled. It still works but it’s wrong visually.Using v1.4.8 but I have this since I started using hyper some months ago.
The text was updated successfully, but these errors were encountered: