Remapping C-m and C-i in normal mode doesn't work #8906
-
I'm using colemak-dhm. Now I'm trying to simplify window mode commands [keys.normal]
"C-m" = "jump_view_left"
"C-n" = "jump_view_down"
"C-e" = "jump_view_up"
"C-i" = "jump_view_right" The I'm using
What should I do to help debug this issue? I have some rust experience so should be able to dig deeper in case it needs. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By default terminals send ambiguous key sequences for C-i and C-m. You can use a terminal emulator that support's Kitty's enhanced keyboard protocol (for example Kitty): https://github.com/helix-editor/helix/wiki/Terminal-Support#enhanced-keyboard-protocol |
Beta Was this translation helpful? Give feedback.
By default terminals send ambiguous key sequences for C-i and C-m. You can use a terminal emulator that support's Kitty's enhanced keyboard protocol (for example Kitty): https://github.com/helix-editor/helix/wiki/Terminal-Support#enhanced-keyboard-protocol