-
Notifications
You must be signed in to change notification settings - Fork 494
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
Paste into g<space> removes backquotes #2033
Comments
Are you sure your issue is the same as #1534, i.e. you're also using a German keyboard layout instead of an English layout? If so, as I mentioned in that issue, this cannot be fixed within Yazi because it's not a problem with Yazi itself. It's an issue with the The good news is that there is already a PR in the |
I tried build yazi with crossterm fix and it works. |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
What system are you running Yazi on?
Windows
What terminal are you running Yazi in?
Windows terminal 1.21.3231 with PowerShell 7.4.6
yazi --debug
outputDescribe the bug
When I press g<space> command to open path input and then i paste path that looks like this: C:\Windows it is pasted as C:Windows, the backspace \ is missing.
It was already mentioned in #1534 but it was ignored and conversation focused on ß.
It is very unpractical, because in powershell, it accepts both / and \ characters in path.
explorer_VOWJqUzYC2.mp4
Minimal reproducer
copy "C:\Windows"
g<space>
paste
-> the \ are missing and path is incorrect
Anything else?
No response
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: