vimtricks.wiki Concise Vim tricks, one at a time.

How do you move the cursor to the other end of a visual selection?

Answer

o in visual mode

Explanation

While in visual mode, press o to move the cursor to the opposite end of the selection. Allows adjusting the selection from either end.

Next

How do I visually select a double-quoted string including the quotes themselves?