> For the complete documentation index, see [llms.txt](https://notes.tatusl.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tatusl.dev/vim/registers.md).

# Registers

## Basics

Copy (yank) selected text to register `r` with `"ry`.

And then, paste from this same register with `"rp`. Pasting can be also done in insert or command with `Ctrl-r r`

## References

* Vim registers: The basics and beyond - Vim registers: The basics and beyond - <https://www.brianstorti.com/vim-registers/>
