Register now and start sharing your code snippets.
-->

Copy, cut and paste from and to GVim in Windows environment

Shell Script (Bash) posted 11 months ago by marko

Copy selected text from GVim to clipboard.

   1  "+y

Cut selected text from GVim to clipboard.

   1  "+x

Paste text from clipboard to GVim.

   1  "+p

Tagged copy cut and paste, gvim in windows