-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: setting the clipboard as the default register #1214
Labels
Comments
This works ok for me.
|
@urosmikanovic thanks. seems pretty thorough, but you've got duplicates with |
Many times duplicate bug, see e.g. #1003 |
I mentioned a patch from that issue above. it is outdated however, so I wanted to open a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: