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
Doing a bit of testing, I see that viq/vaq will select the previous curly double quoted string, if not already inside one. And viQ/vaQ for the curly singles.
A 'move' configuration looks feasible in my tests, but it's not clear what the pattern or suggested key mapping should be. (My textobj-sentence overrides Vim's default open and close parens for jumping between sentences.)
I'll experiment with a quote-specific move pattern that includes the user-configured double/single along with the straight quotes. It'll likely be orthogonal with textobj-sentence.
How about a textobject, let's call it u, going to the quotes closest to the current cursor position.
That is, viu selects everything in between any two curly, single, double or any other kind of quotes.
The text was updated successfully, but these errors were encountered: