spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.64k forks source link

How to use clipboard when I connect to remove machine? #1088

Closed yanke1311 closed 5 years ago

yanke1311 commented 5 years ago

If I use vim in local , I can use "+y to copy and "+p to paste, however,when i connect to ssh,I cannot paste text from my system clipboard to the remove vim ? How should I do for it? Meanwhile , I found that when I use vim without spf13, I can paste with right mouse button.

yanke1311 commented 5 years ago

I have found the solution #191