[REBOL] Re: GVIM Editor
From: joel:neely:fedex at: 12-Mar-2002 14:09
Hi, Andreas, and all,
Andreas Bolka wrote:
>
> c) + is the register refering to the clipboard (and therefore is a
> read-only register)
>
It is not read-only.
"+yy
(for example) copies the current line into the clipboard, so that
you can paste it elsewhere (such as into the REBOL console ;-)
I routinely work with both a vim edit window and a REBOL console
window open, cutting and pasting back and forth, depending on
the need of the moment.