-
I want to select a statement and enclose it in a block, but how can I do it in a helix-like way? Is there an easier way, like for example: |
Beta Was this translation helpful? Give feedback.
Answered by
mweihs
Apr 17, 2025
Replies: 1 comment 3 replies
-
I don't think there is an easy way like The quickest way here I guess would be |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
monax-owo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there is an easy way like
mia
, but you could useA-o
(expand_selection) to "quickly" select (depending on where in the statement you are, hitA-o
multiple times).The quickest way here I guess would be
f;A-o
.