You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what's the best way of making the clipboard the default register in vis? where copying, pasting, and all the rest is no different than clipboard = "unnamedplus" in neovim?
this patch everyone got working for them is very outdated: #1003 (comment)
there was this lua code I found for setting it defacto (I couldn't get it working in my visrc):
What feature would you like to see?
what's the best way of making the clipboard the default register in vis? where copying, pasting, and all the rest is no different than
clipboard = "unnamedplus"
in neovim?this patch everyone got working for them is very outdated: #1003 (comment)
there was this lua code I found for setting it defacto (I couldn't get it working in my visrc):
but it seems less complete than manually patching in the default register.
someone made a quick patch for me:
it gets yank working but not paste, and I'm not confident enough in my C to know how sturdy this will actually hold up.
Please share lua and/or C patches below. I am grateful to all that help me detach myself from neovim.
The text was updated successfully, but these errors were encountered: