In Vim, the unnamed register is the " register, and the Windows
Clipboard is the * register. This means that if you yank something,
you have to yank it to the * register if you want to paste it into
a Windows app. If this is too much trouble, set the 'clipboard'
option to 'unnamed'. Then you always yank to *.
So pasting to windows apps doesn't require prefixing "* :
set clipboard=unnamed
1More
Vim as Development Environment » Articles » Lucumr - 0 views
Linux.com :: Vim tips: Using viewports - 0 views
gvimail - Google Code - 0 views
« First
‹ Previous
41 - 60 of 136
Next ›
Last »
Showing 20▼ items per page