-
Notifications
You must be signed in to change notification settings - Fork 42
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
p doesn't paste from system clipboard #166
Comments
@pfmoore
|
OK, thanks. Is there any timescale for system clipboard support? |
@pfmoore |
No problem - I appreciate all the work you've put into the project, I'm not trying to push at all :-) |
I'm here waiting for this... |
Is there any update on this? System clipboard support would be really great |
@theSoenke |
@aioutecism Thank you! |
@aioutecism Any updates on this? If you don't have time to work on it, I can give it a shot if you give me some pointers where to start :) |
Bump @aioutecism just ran into this today, would be cool to have @jleclanche help out on implementation! |
@karlhorky Thanks for the bump! I’m not sure if jleclanche can still help since the comment is 8 months ago. I’m happy to provide instructions if anyone can help the implementation. |
In #17 (comment) I've found some potential keybindings for yank and delete actions, but the paste keybinding I tried isn't quite working yet! |
@aioutecism can you post the instructions for pasting and copying (#17) from the system clipboard here? I may have some time to take a look at this soon. |
The version that you wrote about in your 2016 comment in #17 (comment) would also probably be acceptable to most people who want this feature:
Could be a default-off setting, if you think it would be too distracting for those not interested in this feature. |
@karlhorky VSCode now has an API to access system clipboard so this should be pretty easy to implement. The And I think we should add a default-off setting for it, and/or provide extra key bindings. |
Oh great! I'll see if I can find some time in the next days to take a shot at implementing! |
My first shot at a pull request up at #260. |
The
p
command doesn't paste from the system clipboard, and there's no equivalent of Vim'sset clipboard=unnamed
.How do I paste text I have copied from another application? And can this be made the behaviour of the
p
command, either via an option or by default, as it's crucial to me for the "feel" of Vim integrated with Windows.The text was updated successfully, but these errors were encountered: