You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If my cursor is inside (foo) and I type sda) it aborts the sequence when I get to a and it tries to delete any pair of a's it finds. But according to :h sandwich:
(foo)
press `sda(` deletes the parenthesis since the default textobject |a(| assigns
the region surrounded by "(" and ")" including them.
The text was updated successfully, but these errors were encountered:
I am using the default configuration and I don't think that I have any plugins installed that would interfere with this. My plugins are:
If my cursor is inside
(foo)
and I typesda)
it aborts the sequence when I get toa
and it tries to delete any pair ofa
's it finds. But according to:h sandwich
:The text was updated successfully, but these errors were encountered: