How does Helix handle sequences? #8815
Answered
by
pascalkuthe
test3211234
asked this question in
Q&A
-
I've looked through so much of Helix's code trying to find how they handle key sequences with a timeout. For example, press a and then press b in succession within 500ms. Or is it that Helix doesn't have these, and all the key sequences don't have timeouts? If you were to have these, how would you go about implementing them? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Nov 14, 2023
Replies: 1 comment 1 reply
-
There are no timeouts. Keymap related code is in helix-term (::ui::editor and ::keymap) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
test3211234
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are no timeouts. Keymap related code is in helix-term (::ui::editor and ::keymap)