paste in vim from clipboard code example
Example 1: paste vim
p
(use v to highlight, y to copy, p to paste)
Example 2: copy from vim to clipboard
Use "+ to copy to the system clipboard
i.e. "+y instead of y
Likewise you can paste from "+ to get text from the system clipboard
i.e. "+p instead of p