Top "Vim-registers" questions

In Vim is there a way to delete without putting text in the register?

Using Vim I often want to replace a block of code with a block that I just yanked. But when …

vim replace vim-registers
How to clear vim registers effectively?

Registers in vim are a great feature to store text snippets and even to run commands on the text stored …

vim vim-registers
Copy from one register to another

How to copy the contents of one register to another without pasting on clipboard? I'd yanked one text and it …

vim vim-registers