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

yanking and pasting to and from system clipboard #13

Open
florian-wagner opened this issue Sep 11, 2014 · 4 comments
Open

yanking and pasting to and from system clipboard #13

florian-wagner opened this issue Sep 11, 2014 · 4 comments

Comments

@florian-wagner
Copy link

Is it possible to automatically copy the content of a visual selection to the system clipboard using y? (and paste automatically using p). In other words, can I set the set clipboard=unnamedplus option somewhere in vimception? This would be very useful when copying code from online tutorials or between notebooks.

@wilywampa
Copy link

Are you able to copy to the system clipboard at all? In Chrome under Windows 7, even right clicking to copy doesn't work because right click deselects the text. I have to reload the page to disable vimception to copy anything at all. In Firefox, I can copy by right clicking, but Ctrl-C doesn't work.

@shelper
Copy link

shelper commented Sep 30, 2014

yeah, desperate to have this copy and paste function. The text should yank to system clipboard.

@jlarchibald
Copy link

I have had the same issue with copy/paste and I, too, would love for this (or some other fix) to be implemented.

Copy/paste works in Firefox and Chrome on Windows 7 when vimception is off.

I have observed that copy and paste fails in both Firefox and Chrome on Windows when vimception is enabled. (Neither Ctrl+C/V nor right clicking the mouse works).

It seems to work fine in Firefox and Chrome on my Ubuntu machine.

Alternatively, it might be nice to have the "+ buffer work like it does in Vim. However, this might be something to clamor for on the CodeMirror project since I think it is their code that handles all the buffers, etc.

@evdoks
Copy link

evdoks commented Jan 29, 2015

The same for me on OSX/Safari. Kind of a blocker since it makes copying/pasting text between Notebook and iPython console impossible.

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

5 participants