Structular regular expressions for multiple cursors #7292
-
There is a vim clone - vis - that has multiple cursor support and a very neat future that pairs very well. Essentially, you create complex operations by combining sam9's regular expressions. |
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Jun 14, 2023
Replies: 1 comment 6 replies
-
It's not obvious to me what structural regex is, but the name alone suggests something along the lines of: #3476 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that's an explicit non-goal for helix. That's just vim search/replace (maybe more powerful). Helix is fundamentally based around selections. A command either manipulates selection or changes content. Fused commands purposefully don't exist and won't be added. That's a core design choice