Replies: 2 comments 2 replies
-
Does this happen in locked mode as well? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes. You can add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My terminal sends ^[[127;5u when I press ctrl-backspace. However, zellij today intercepts the message, and overrides it. This is very frustrating, since a lot of my key bindings fail to work because of it.
It seems that the client side is always using kitty keyboard protocol for keys with modifiers (here). And when the server side application doesn't request kitty keyboard protocl, zellij will try to translate these escape codes with its own logic.
Is there a way to prevent zellij from doing it?
Beta Was this translation helpful? Give feedback.
All reactions