Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: GVIM Editor

From: martin:middleton:speechworks at: 12-Mar-2002 7:36

I use GVIM almost exclusively when I edit REBOL scripts. It sounds like you need to position the cursor at the location at which you wish to insert the code and make sure you're in "insert" mode. Also, be aware that the shortcut keys for cut and paste are not the Windows standard CTRL-C, CRTL-V. If you're trying to use these, this may be the cause of your problem. At 03:26 AM 03/12/2002, you wrote:
>Rebols, > >Sorry to ask a non-rebol question, but I'm trying to learn vim to edit >rebol scripts. I'm in a situation in which I have to cut and paste data >from another program into a rebol script. It seems that vim can't do >this. Instead of inserting the text at the cursor position, it inserts it >a the top of the file. > >Is there a way around this? or must I look for a different editor? > >Louis > >-- >To unsubscribe from this list, please send an email to >[rebol-request--rebol--com] with "unsubscribe" in the subject, without the quotes.
- martin