Double ! (exclamation mark) when typing only one in neovim + ghostty + bépo
#12433
|
Hello, Noticed a problem recently. In neovim, when I type Occurs in insert mode and in command mode as well. But only in ghostty (or at least not in kitty/alacritty/gnome-terminal) I'm not sure how to narrow down the cause of the problem further. Feels like the dead key behavior somehow leaks into the exclamation mark behavior, but as stated above, not sure how to debug further. Never had this issue before, it started recently after a system update, but didn't notice straight away. Might be a ghostty update, but could as well be any other component in the system, including Any tips ? ghostty +versionGhostty 1.3.1-arch2Version
|
Replies: 7 comments 9 replies
|
I'm having the same issue. As a workaround, I've added -- Disable Kitty Keyboard Protocol in Neovim
io.write("\x1b[<u")to my neovim config. |








#13861