Showing posts with label copy. Show all posts
Showing posts with label copy. Show all posts

Friday, November 16, 2007

Copy Text to OS Clipboard

This is a nice feature if you are editing using vertically split windows and want to copy the contents of a single window to your OS clipboard. In regular Vim or Gvim, go into visual mode, and highlight the text you would like to copy to your clipboard. Then, yank the text as follows, "+y. It should now be available to any application that uses your standard clipboard.