-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Some configs do not work #1085
Comments
just a suggestion (it may not work) but i think special keys like left and right should be enclosed in |
see here, the entire command is encapsulated in double quotes. |
Quotes are only required by special TOML characters like |
Backspace with modifiers have been problematic for terminal emulators to handle in general (some represent it as |
Yeah, some keys are special, for example |
Is |
Hi, the In Gnome I set my backspace to be caps lock:
and in my
Now in the terminal (kitty and gnome terminal) and Neovim I can delete the previous word with Is it correct that this is never going to work until crossterm-rs/crossterm#504 is fixed? :( |
It might be solved if/when we migrate from crossterm to termwiz, in the meantime you could use |
With the update to crossterm 0.25 in #3390, it looks like there are a lot of key combinations that were mistranslated that have been fixed such as C-backspace and C-m. I can see these being translated correctly on Kitty now but I'm not sure if the fixes apply to all terminal emulators. |
Kitty, foot, and WezTerm support it according to this crossterm comment. |
I am not able to allow certain keymaps to work.
Here is my
config.toml
C-O
andC-backspace
doesn't work.C-O
withadd_newline_above
and the given config both.A-o
seems to work perfectly fine.Environment
git describe
)Link to gif.
The text was updated successfully, but these errors were encountered: