How to select next of same kind of textobject in visual mode #2280
-
Contributing guidelines
Module(s)mini.ai QuestionFor example, I select the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
'mini.ai' selection supports what is called in the docs consecutive application. Meaning visual selection can be updated without leaving Visual mode. This is true for any variant of textobject: without "modifiers", "next", "last". So for the example in this question:
|
Beta Was this translation helpful? Give feedback.
'mini.ai' selection supports what is called in the docs consecutive application. Meaning visual selection can be updated without leaving Visual mode. This is true for any variant of textobject: without "modifiers", "next", "last".
So for the example in this question:
vinq(when cursor is on the first column of the first line) will visually selectfirst range.inq(withoutv) will selectsecond range. The same effect could have been achieved within".ilqwill again selectfirst range. And so on.