In neovim under wayland how do you guys copy and paste things?

https://piefed.jeena.net/post/206642

In neovim under wayland how do you guys copy and paste things?

What I often have to do is to copy something from my editor to the browser and vice versa. But this seems not so easy in some editors. I feel I hav…

Have you installed a clipboard, like wl-clipboard? you also have to set it up in neovim init.lau fila also with “clipboard=unamedplus” if you want it to be on your system clipboard similar to what you describe. The normal neovim setup is that the nvim clipboard is separate from the system one, but you can copy into it from neovim by using marks like "+yy etc. It’s nice to have two separate if you can get used to it.

Yeah of Linux on the Desktop!

First you’ll need this guide to make copy & paste work… 🤦🏻‍♂️

Yeah well last time I checked noone is forcing anyone on linux to use neovim as a text editor. You can just use nano or Kate or sublime or vscode or… dosent matter. Vim != linux, in case your usure about what the topic is here.