I’ve a text file opened in another editor and want to copy some text from that file to another file opened in vim editor. I tried google and found "+p. But it’s not working. It is pasting the last line that I removed using dd in the same file.
I’ve a text file opened in another editor and want to copy some text
Share
Do Vim and PHPStorm are on the same machine?
Is Vim compiled with clipboard support?
:echo has('clipboard')should return1.