i have this code but it doesnt working
how can i setup copy into clipboard?
i have this code but it doesnt working
how can i setup copy into clipboard?
It seems to work fine for me. Do you have a clipboard provider like xclip or xsel installed on your machine? For more info, read :h clipboard
and :h clipboard-tool
.
Run:
:checkhealth
It checks a bunch of things, among them the clipboard provider, xclip in my case. Another thing I have to pay attention is that β*β does not mean βclipboardβ in some Linux distros, most of them use the register β*β to primary selection register, when you select something in your browser it will populate this register. Use plus register instead β β+β