-
Hey all, absolutely love Helix. One of the issues I commonly have is that sometimes I want to "match around" items like classes, if-statement branches, loop blocks, etc. we have a few "match around " commands, but this doesn't cover every case for every language. Rather than implement a command for every type of item, it could be an easy value to provide selectable targets which will complete the match motion. I just found out about jump commands ( I came across nvim-treehopper which I used in nvim for great effect. (PS: i know there's a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Isn't the best way to do this selecting with
You can do it in 2 steps, first |
Beta Was this translation helpful? Give feedback.
Isn't the best way to do this selecting with
A-o
and thenma
?You can do it in 2 steps, first
vgw
to select, thenma
to match around.