help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using vim as default editor in octave


From: Bob Odom
Subject: Re: using vim as default editor in octave
Date: Thu, 12 Jun 2008 15:38:23 -0700 (PDT)


On Thu, 12 Jun 2008, Ben Abbott wrote:


On Jun 12, 2008, at 5:19 PM, Bobatapl wrote:


I have been trying to set up vim as the default editor in octave-3.0.1-1.1 in
SuSE 10.2, and have tried the following both in my .octaverc and directly
from the octave command line:

edit editor "vim %s"

EDITOR  "vim"

EDITOR "vim -T xterm %s"

Try

        edit editor "xterm -e vim %s"

Ben

That's it. Thanks!

Bob


reply via email to

[Prev in Thread] Current Thread [Next in Thread]