Skip to content

Commit 511368b

Browse files
committed
Fix a typo
1 parent 9282a9c commit 511368b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vim/previous-visual-selection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Typing `gv` in normal mode will re-select the previous visual selection.
44
This makes it easy to re-select a specific block of text. For instance, if
55
you are performing a search and replace on a visual selection and you didn't
6-
get the regex quite, you can quickly type `gv` and then edit the regex of
7-
your previous command.
6+
get the regex quite right, you can quickly type `gv` and then edit the regex
7+
of your previous command.

0 commit comments

Comments
 (0)