Tip21: Define a Visual Selection
January 12, 2021 ยท View on GitHub
character-wise Visual mode:
we can select anything from a single character up to a range of characters within a line or spanning multiple lines. This is suitable for working at the level of individual words or phrases.
line-wise Visual mode:
we can operate on entire lines.
block-wise Visual mode:
allows us to work with columnar regions of the document.
Enabling Visual Modes

Switching Between Visual Modes

Toggling the Free End of a Selection
