-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support for clipboard=unnamed
/ using system clipboard for unnamed register
#650
Comments
We've supported Vim configurations so it would be easy to add Anyone who is interested in contributing can take it as well. |
@rebornix Sure, I will send a pr tonight ;-) |
I wanted to write a test for this but our @rebornix @johnfn I think it might be a good time to overload these functions to offer preparation and clean up callabacks. That way we can test new configuration options without affecting other tests. |
@aminroosta how about putting those tests sharing the same configuration into one suite and leverage the setup and teardown? |
This is closed with PR #665. Thanks @aminroosta To use, add the following to your user/workspace settings:
|
This doesn't appear to be working for me. When enabled yank no longer seems to do anything. After a yank I'm unable to paste in the system or in VS Code (for instance
|
A setting to use the unnamed register as alias for the
*
register. Soyy
for example copies to current line to the system clipboard, andp
would insert from the clipboard.Should be a user setting (e.g.
useSystemClipboard
), and disbaled by default.Further readings:
The text was updated successfully, but these errors were encountered: