21.December 2010 16:15Paste from clipboard to gvim
Sometimes I need to paste something from the clipboard to gvim. The content of the clipboard is saved in the register *, so the command
"*p
does the job.
Sometimes I need to paste something from the clipboard to gvim. The content of the clipboard is saved in the register *, so the command
"*p
does the job.