help-octave
[Top][All Lists]
Advanced

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

Re: Octave's EDITOR variable


From: c.
Subject: Re: Octave's EDITOR variable
Date: Fri, 9 Dec 2011 18:18:35 +0100

On 9 Dec 2011, at 17:01, Przemek Klosowski wrote:

> EDITOR('vi')
> edit AssetPaths.m

in recent versions of Octave the correct command to change the default editor is

edit editor vi

I would not recommend this though at it would not allow to use the editor in 
background, 
if you like vi, you might want to use something like

edit mode async
edit editor "xterm -e vi %s"

instead.

c.

reply via email to

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