mirror of
https://github.com/jbranchaud/til
synced 2026-01-08 17:48:01 +00:00
Add Edges Of The Selection as a vim til.
This commit is contained in:
8
vim/edges-of-the-selection.md
Normal file
8
vim/edges-of-the-selection.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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 `\`>`.
|
||||
Reference in New Issue
Block a user