Replies: 1 comment 6 replies
-
Technicallty in this situation you could use `t5ld`, but it's not quite
what you're looking for
…On Fri, Aug 1, 2025 at 6:21 AM Roland Fredenhagen ***@***.***> wrote:
In vim I can press ]) to select until the closing ) ignoring matching ()
that may come before.
while there is mim it doesn't allow me to only select from my current
cursor position till the end of the closing thing.
.function(arg1, arg2, |arg3().hello().what(), arg4(), arg5)
I'm at | and want to delete everything inside the () except arg1, arg2, .
If such a feature already exists and I'm just too dumb to find it, I'm
open to tipps :D.
—
Reply to this email directly, view it on GitHub
<#14138>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUE7TFR5FKUAUYC46NADZD3LM5RDAVCNFSM6AAAAACC4LPM66VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGY3DGNZVGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
In vim I can press
])
to select until the closing)
ignoring matching()
that may come before.while there is
mim
it doesn't allow me to only select from my current cursor position till the end of the closing thing.I'm at
|
and want to delete everything inside the()
exceptarg1, arg2,
.If such a feature already exists and I'm just too dumb to find it, I'm open to tipps :D.
Beta Was this translation helpful? Give feedback.
All reactions