System Clipboard

Table of Contents

Select visual lines needs to be copied and then use following shortcuts

To Copy

"*yy

To Paste inside VIM

"*p

To copy outside VIM

Since, text is already copied to system clipboard, we can use regular paste method available in OS.

For more information use :help register