1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Add Previous Visual Selection as a vim til.

This commit is contained in:
jbranchaud
2015-04-13 21:19:32 -05:00
parent 55f96890e6
commit 9282a9c1d5
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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
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
your previous command.