vim clipboard
paste from system clipboard:
"+p
yank to system clipboard (without copying line numbers!):
:1,21y+
(the above yanks lines 1 to 21 - use :%y+ to get everything )
There are probably logical extensions of these you can figure out.
"+p
yank to system clipboard (without copying line numbers!):
:1,21y+
(the above yanks lines 1 to 21 - use :%y+ to get everything )
There are probably logical extensions of these you can figure out.
Comments
Post a Comment