Problem definition
- My goal is copy code from vim and paste to browser.
It doesn't work as expected "+y
and "*y
command.
I have tried each two commands and tried ctrl + v
to another application, but nothing happened.
I don't know what's problem.
What I tried
- I've already seen these.
Not only these but also lots of another Q&As.
I have tried these but still doesn't work.
My environment
I'm using Windows 10. And on windows, I installed Ubuntu 20.04 and using VIM.
Result of vim --version | grep 'clip'
is here.
+clipboard
As you see, clipboard
and xterm_clipboard
option is enabled.
And as said another Q&A of links, I append set clipboard=unnamedplus
into my vimrc file.
But the result did not change.