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
However, for paired text object, it doesn't work (i.e. cursor does not jump automatically to the next text object when target object is not under cursor)
Vim will automatically move the cusor to the next text object when target object is not under cursor.
For example, if you run
di"
on following example, when cursor is located at first charactor.It will autojump to the target and give:
This works for the regular
textobj
defined asHowever, for paired text object, it doesn't work (i.e. cursor does not jump automatically to the next text object when target object is not under cursor)
The text was updated successfully, but these errors were encountered: