Select text between matching pairs #8789
Unanswered
RoastBeefer00
asked this question in
General
Replies: 2 comments 4 replies
-
This is working as intended, unlike vim mi" does not jump forward to the next pair (if you use it at the start of the first line it will just do nothing for example). This behavior is intentional and we don't plan to change it. |
Beta Was this translation helpful? Give feedback.
3 replies
-
this answer/discussion attitude turns me off from this editor adoption :( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have this code:
If I'm at the beginning of the second line and type
mi"
it selects the quotation mark at the end of the previous line to the first quotation on line 2. I can't think why I'd ever want this, it's pretty obvious I'd like to select the text between the quotes on line 2.f"lmi"
seems to be the fastest way to accomplish what I want.My suggestion is to either prioritize the current line or create a setting to have that preference.
For example typing
vi"
in Vim will select all text between quotes on the current line and is significantly faster and more intuitive than what Helix currently offers.This same concept applies to many other things like brackets, parentheses, etc.
Beta Was this translation helpful? Give feedback.
All reactions