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
Hi, I want to bind a key such that it selects the current paragraph and send it to shell, but it seems impossible as neither the select_textobject_around_* commands are exposed nor they're binded with :. Currently, I can only use select_textobject_around which just selects the current line.
I found similar issue, but it hasn't received any updates.