Replies: 1 comment 2 replies
-
I am afraid that's not really feasible, because the cleanest solution requires creating a The built-in operators working like that is a special case ( As there is a perfectly working alternative by using |
Beta Was this translation helpful? Give feedback.
2 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.
-
Consider that for example
dd
with count (for how-many-lines) can be given either:2dd
d2d
Think of the latter as alias for
d2_
, works exactly the same.Then
mini.operators
"line" mappings could have 'space' for two counts, for example:2gm2m
where first count is "how many copies", and second is "how many lines down" (aka. extending the motion/textobject by count)
But the current implementation doesn't allow the second count for the "line" mappings.
Beta Was this translation helpful? Give feedback.
All reactions