Use the quotestar register to copy/paste between Vim and system clipboard
"*yy copies the current line into the system clipboard
"*yy
"*p pastes the content of the system clipboard into Vim
"*p