> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/tools/vim/previous-visual-selection.md).

# 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 right, you can quickly type `gv` and then edit the regex of your previous command.
