Matthew Gilbert wrote:
On 12/7/06, Alan G Isaac <[EMAIL PROTECTED]> wrote:
On Thu, 7 Dec 2006, Bill McCarthy apparently wrote:
I see people have used this but what does gg"+G do?
:h gg
:h "+
:h G
hth,
Hrm, unfortunately doesn't help me. "+ is selecting the CLIPBOARD
register right? But I don't see where the register is used. Sorry for
being dense, but it looks useful :-). Thanks _matt
As far as I know, you are correct, that the above command doesn't
do anything useful. I think that
gg"+yG
or
gg"+dG
was the desired sequence.
The same can be done with
:%y+
HTH,
-tim