This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 272
Any way to copy with 'y' command to clipboard outside of vim? #15
Comments
This could be used |
yes, saw this too, but how can I actually get clipboard string value after 'y' command? Is there some javascript method in vim.js lib or emscripten? Or is there some temporary file/device where clipboard is storing from which I can read via emscripten FS lib? |
I remembered that in |
in std graphical vim this is register "+ |
👍 This would be nice. Also to be able to paste into the editor. |
Just found out that clipboard is available in node-webkit, would be fun adding it. |
@joker-b in MacVim, it's |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I mean is there any way of copying some text from inside of vim and then copy it somewhere else in computer with command-V? Thanks.
The text was updated successfully, but these errors were encountered: