On Thu 6-Nov-08 3:40pm -0600, Linda W wrote:
> It's sorta embarassin', but I don't know how to copy Selected-text to the
> clipboard under Windows using the keyboard (i.e. Not going up to Edit, and
> using 'Copy').
One simple approach is to put this in your _vimrc:
set clipboard=unnamed
Then you can mark some text, press `y' to yank, then go to a
windows app and ctrl-v.
:help 'clipboard'
--
Best regards,
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---