Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 367 Bytes

edges-of-the-selection.md

File metadata and controls

14 lines (9 loc) · 367 Bytes

Edges Of The Selection

When you make a visual selection, Vim stores the position of the first character of the selection in the < mark and the position of the last character of the selection in the > mark.

Thus moving to the edges of your previous selection is easy. To move to the beginning of the selection, press

`<

To move to the end, press

`>