Is there a good reason we we can't use noun-count-verb for selecting multiple elements (like w3d to select 3 words and delete them) instead of having to use visual mode (v3wd) like vim does? #15671
Unanswered
alecgargett
asked this question in
Ideas
Replies: 1 comment
-
|
The verbs always operate on the selection, which in your case is What you would probably want is that I don't know the reasons behind the current implementation of count+operator - I would also prefer the selection to extend to all. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there a good reason we we can't use operator-count-motion for selecting multiple elements (like w3d to select 3 words and delete them) instead of having to use visual mode (v3wd)?
It seems like a missed opportunity, as a key advantage of Helix not sticking strictly to vim motions is being able to have many of the benefits of visual mode in normal mode just through the word order, but you don't really have this advantage yet when it comes to many simple things like selecting three words before deleting them.
The other reason it seems like a wasted opportunity is that when I press "w3" nothing happens on "3". When I type "w3d" it just deletes the first word. What is the advantage of "wd" and "w3d" both doing exactly the same thing and only deleting one word?
Beta Was this translation helpful? Give feedback.
All reactions