18
In neovim under wayland how do you guys copy and paste things?
(piefed.jeena.net)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
https://vim.fandom.com/wiki/Copy,_cut_and_paste
i assume you are discovering (n)vims registers here. vim does not copy to your clipboard nor from it, unless you specify a special register for the operation.
it's one of those cases where vim feels off, until you find an awesome way to utilize it, then it's feeling like the greatest editor ever again.