How to link two commands in a configuration file #11276
Answered
by
the-mikedavis
1925381584
asked this question in
Q&A
-
hi, How to link two commands in a configuration file.like this C-e = "scroll_down" + "scroll_down", |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jul 22, 2024
Replies: 1 comment 1 reply
-
See https://docs.helix-editor.com/master/remapping.html#key-remapping, you can use arrays of commands: [keys.normal]
C-e = ["scroll_down", "scroll_down"] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
1925381584
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://docs.helix-editor.com/master/remapping.html#key-remapping, you can use arrays of commands: