svermeulen / vim-easyclip

Simplified clipboard functionality for Vim
693 stars 21 forks source link

system clipboard sync after closing terminal vim? #20

Closed florian-wagner closed 10 years ago

florian-wagner commented 10 years ago

Great plugin, it solves a lot of annoying things. However, I still experienced that when I yank a line (yy) and close terminal vim. The copied text is not maintained in my system clipboard. Is there a way to fix this?

svermeulen commented 10 years ago

Hmm I can't reproduce this so far.

What do you have 'clipboard' option set to? (you can find this out by typing echo &clipboard)

What platform are you on? What terminal are you using?

florian-wagner commented 10 years ago

Clipboard option is unnamedplus. I am working on Arch Linux with Terminator.

svermeulen commented 10 years ago

Ok I'll try to reproduce it this weekend. Thanks for the report.

svermeulen commented 10 years ago

I think this is a duplicate of issue #23