Replies: 1 comment
-
using shift in terminal keybindings doesn't really work. We normalize So there will probably never be an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Im trying to setup my keybindings in helix like I have in my other editor and have most of it working except extending the selection to the end of the line with these keybindings:
"C-S-h" works no problem and so does extend_to_line_end but it seems like "C-S-;". It seems like the problem might be it is ignoring the keybinding because it used Shift and the ; but idk.
Reproduction Steps
I tried this:
Adding these 2 lines to the config.toml for any mode
I also tried
with the same results.
I expected this to happen:
It should extend the selection to the end of the line, it works perfectly fine with other keybindings but this specific one does not work for some reason.
Instead, this happened:
In insert mode it just places a
:
in the buffer and in the other modes it just does nothing, it seems like helix just doesn't load the keybinding at all and there are no config errors with it either.Helix log
No response
Platform
LInux
Terminal Emulator
Alacritty
Installation Method
Pacman
Helix Version
24.03
Beta Was this translation helpful? Give feedback.
All reactions