-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Bash - Enter causes last word to be deleted before insert #46
Comments
Hmmm. I don't seem to be able to reproduce... Let me try again tomorrow morning as maybe I am missing something obvious here. Will also try on different computers. Thank you again for reporting. |
@yebrahim are you still running into this issue? If yes, let's set up sometime to jump on call, so we can debug together. 🤗 https://calendly.com/mschrage/30min |
Perhaps this might help, note this only happens on bash. At the start of the screencast is zsh, things work fine, when I switch to bash things break. Hope this helps. Screen.Recording.2021-04-13.at.9.41.41.PM.mov |
This is helpful. The Can you open After that, if you open a new terminal, does the issue still happen? |
Didn't seem to make a difference. :( |
I am going to close this issue since it is quite old and I believe it has been fixed. :) |
Summary:
Hitting enter after using Fig to autocomplete a command causes last word to be deleted before insert on Bash.
Steps to Reproduce:
cd /e
and let Fig autocompleteetc
using Tab, showing the first option as the little enter sign.Expected Results:
Navigation to
/etc
.Actual Results:
Navigation to
/
.It seems the last word is deleted. So for example if you pick
cd /tmp/dir-name/
and hit Enter, what's executed iscd /tmp/dir-
.System information:
OS: MacOS Big Sur 11.0.1
Terminal: (MacOS Terminal, iTerm2, etc)
Version of Fig: 1.0.39.
The text was updated successfully, but these errors were encountered: