For example, if I got the following multi selection: ( | is the cursor/caret )
\item `|Some' more mores' text.
\item `|Some more text' more's texts'.
\item `|Some more more text's text.
How could I make the cursor/carets to move to the first matching '
single quote, starting on each caret, resulting on the following state?
\item `Some|' more mores' text.
\item `Some more text|' more's texts'.
\item `Some more more text|'s text.
I thought about using Ctrl+F
, but it starts searching from my last cursor, and results in only this selection state:
\item `Some' more mores' text.
\item `Some more text' more's texts'.
\item `Some more more text|'s text.
Keywords: multiselections, multi-selections, multicursors, multi-carets, multicarets