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

Abitity to copy text to clipboard by yanking the text #9382

Open
karthik1130 opened this issue Dec 1, 2024 · 2 comments
Open

Abitity to copy text to clipboard by yanking the text #9382

karthik1130 opened this issue Dec 1, 2024 · 2 comments

Comments

@karthik1130
Copy link

Abitity to copy text to clipboard by yanking the text

The current yank feature works within the vs code, but the text is not copying to clipboard, I've used gvim in past it had a feature of yanking text to clipboard, please update this feature.

@yuanx749
Copy link

yuanx749 commented Dec 2, 2024

Does setting vim.useSystemClipboard = True not work?

@Whiskas101
Copy link

just update your settings.json to have vim.useSystemClipboard = True
Or you could use the system clipboard register by "+y instead of just y

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

3 participants