mirror of
https://github.com/jbranchaud/til
synced 2026-01-06 16:48:01 +00:00
Fix a typo
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
Typing `gv` in normal mode will re-select the previous visual selection.
|
Typing `gv` in normal mode will re-select the previous visual selection.
|
||||||
This makes it easy to re-select a specific block of text. For instance, if
|
This makes it easy to re-select a specific block of text. For instance, if
|
||||||
you are performing a search and replace on a visual selection and you didn't
|
you are performing a search and replace on a visual selection and you didn't
|
||||||
get the regex quite, you can quickly type `gv` and then edit the regex of
|
get the regex quite right, you can quickly type `gv` and then edit the regex
|
||||||
your previous command.
|
of your previous command.
|
||||||
|
|||||||
Reference in New Issue
Block a user