Replies: 6 comments 3 replies
-
Please try the latest nightly build, which has improved support for the kitty keyboard protocol |
Beta Was this translation helpful? Give feedback.
-
I just ran into this today on Linux with a WezTerm build 20231228-084719-ff274374 "nvim -u NONE -U NONE -N -i NONE" with "enable_kitty_keyboard = false" works normal but changing to "enable_kitty_keyboard = true" will cause the delete key to do backspace functionality. However, this could of course also be a NeoVim bug. I don't have kitty to do a cross check. |
Beta Was this translation helpful? Give feedback.
-
Same thing goes for helix. Works OK in Kitty & Alacritty. |
Beta Was this translation helpful? Give feedback.
-
This is also happening to me. The terminal is deleting forward as normal, its just happening in neovim (version 0.9.5).
With
Pressing BACKSPACE afterwards erased With
Pressing BACKSPACE afterwards erased each character of If there's anything I can help with to provide more information let me know! |
Beta Was this translation helpful? Give feedback.
-
#5025 fixes this (on linux) |
Beta Was this translation helpful? Give feedback.
-
This is happening to me as well while in neovim on mac, but it works just fine in the shell. Is there a solution? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I am not entirely sure yet whether this is a bug and if yes in which application. But maybe someone could shed some light on it.
As soon as I set
enable_kitty_keyboard = true
in wezterm, the Delete key on my external keyboard starts to behave like the backspace key in nvim, rather than forward delete. Both wezterm and another editor (nano) behave as before. This is with neovim 0.9, wezterm 20230427-063511-9bc7de70 on macOS 13.3.1.Running the same neovim in kitty does not show this changed behavior, there delete works as before.
Thanks in advance,
Tiziano
Beta Was this translation helpful? Give feedback.
All reactions