Go to end of line command #8756
-
I'd like to assign programs.helix.settings.keys.normal.D = [
"select_mode"
???
"esc"
]; What could I put in |
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Nov 8, 2023
Replies: 1 comment 2 replies
-
the keymap is simply |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RGBCube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the keymap is simply
extend_to_line_end
. With a couple exceptions selectmode is not special and just a different keymap. So you don't need to enter select mode (esc is also not a valid keymap btw.)