Skip to content
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

Clipboard support not present on all terminals #47

Open
souvikhaldar opened this issue Oct 31, 2020 · 4 comments
Open

Clipboard support not present on all terminals #47

souvikhaldar opened this issue Oct 31, 2020 · 4 comments

Comments

@souvikhaldar
Copy link

souvikhaldar commented Oct 31, 2020

I was not able to copy/paste. After some research I realized I can't copy/paste text from system register (i.e *) in vim.
Some terminals do not have clipboard support. To check if the terminal has clipboard support not not run vim --version | grep clipboard, if it shows -clipboard, then it needs to be fixed by installing vim-gtk on ubuntu. Now you can copy text to system clipboard using "+y then paste on other softwares using Ctrl-v, as usual, and copy on sytem using Ctrl-c and paste in vim using "+p

Hence, I feel this should be mentioned in readme to avoid frustration of the users. I can raise a PR to add the same.

@souvikhaldar
Copy link
Author

Also, some OSs are not allowing xclip to contain the copied screenshot, hence this might also be a problem!
https://askubuntu.com/a/1212806

@souvikhaldar
Copy link
Author

@souvikhaldar
Copy link
Author

Let me know how you want me to take care of it.

@ferrine
Copy link
Collaborator

ferrine commented Nov 6, 2020

Sure, take it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants