How to bind Ctrl-Semicolon? #9125
-
I can't figure out how to map C-; properly. Writing it like this does not work. "C-;" = "vsplit" I know those maps are supported in helix, as |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Dec 20, 2023
Replies: 1 comment 1 reply
-
That binding works for me on Kitty. It looks like without the enhanced keyboard protocol (https://github.com/helix-editor/helix/wiki/Terminal-Support#enhanced-keyboard-protocol), the terminal sends |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cd-a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That binding works for me on Kitty. It looks like without the enhanced keyboard protocol (https://github.com/helix-editor/helix/wiki/Terminal-Support#enhanced-keyboard-protocol), the terminal sends
;
when you pressC-;