Mastering Neovim's Registers

If you have experience working with other editors, you are probably familiar with copying some text to the clipboard then pasting it from the clipboard back into the document in another location. In most editors, "the clipboard" stores bits of text in memory so they can be accessed later. Most editors also only allow one piece of text to be stored at any time, so that text that is copied replaces any text in the clipboard.

Let's get started.