-
-
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
System clipboard register does not work on Linux #809
Comments
sudo apt-get install xclip on one of my machines fixed it, I will check to see if xclip is installed on the other machine... Figured this out when I ran with the debugger there was a stack trace and looked into the npm copy-paste package we are using for this stuff Error: spawn xclip ENOENT Will potentially close this once I verify the issue is the same with my other computer. |
Verified this on the 2nd machine, xclip was not installed I will create a PR for a tiny documentation update next to where we mention useSystemClipboard in README.md |
@xconverge thanks for looking into this. Looking into the copy-paste project, some folks filed an issue on the same thing: https://github.com/xavi-/node-copy-paste. However, last commit has been several months ago so the project. |
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
"vim.useSystemClipboard": true
Yanking does not go to system clipboard
What did you expect to happen?
Yank to system clipboard
What happened instead?
Nothing seemed to go into * register
Technical details:
The text was updated successfully, but these errors were encountered: