Like, if I find a text from Wikipedia, for example, and want to copy and paste it to NeoVim, how can I do it?
A few ways to do it:
paste from the selection registers: + or * (:help registers
)
ctrl-r
then +
ctrl-"
then +
then p
Additionally, you can substitute +
with any other register to paste from that register. See what's currently stored by running :registers