We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\u001bd
I found two different bugs because I was binding \u001bd instead of Alt-d.
Alt-d
DeleteWordRight
raw
d
If you bind Alt-d instead, this bug doesn't happen.
EventRaw: d: "\x1bd"
If you bind Alt-d instead, it prints EventKey: Alt-d: "\x1bd".
EventKey: Alt-d: "\x1bd"
According to Ghostty's inspector, it is sending Alt-delete as expected.
Alt-delete
Commit hash: 04c5770 OS: macOS Sequoia 15.1 Terminal: Ghostty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the problem or steps to reproduce
I found two different bugs because I was binding
\u001bd
instead ofAlt-d
.VS Code
\u001bd
toDeleteWordRight
raw
moded
instead of performing the action)If you bind
Alt-d
instead, this bug doesn't happen.Ghostty
\u001bd
toDeleteWordRight
raw
mode, and press ⌥+DeleteEventRaw: d: "\x1bd"
If you bind
Alt-d
instead, it printsEventKey: Alt-d: "\x1bd"
.According to Ghostty's inspector, it is sending
Alt-delete
as expected.Specifications
Commit hash: 04c5770
OS: macOS Sequoia 15.1
Terminal: Ghostty
The text was updated successfully, but these errors were encountered: