stef-levesque / vscode-multiclip

Multiple clipboards for VSCode
MIT License
46 stars 12 forks source link

Add current paste to system clipboard. #6

Closed TimMensch closed 8 years ago

TimMensch commented 8 years ago

I was originally mapping Ctrl-V to the Multiclip paste, but just discovered the reason that's not the default: It prevents you from pasting from the system clipboard.

So this PR grabs the last thing you paste from Multiclip and puts it in the system clipboard.

stef-levesque commented 8 years ago

Merged in ce2e44a6d62451b35fb0dfbb1e23839b8bee0299 Thanks for the improvement