1,107
edits
(added info about terminal emulators for octave info) |
m (Update instructions for Octave versions > 3.8) |
||
Line 10: | Line 10: | ||
and one of the following: | and one of the following: | ||
EDITOR ("<terminal> -e 'vim'"); | |||
EDITOR ("gvim") | |||
where {{Codeline|<terminal>}} can be [http://directory.fsf.org/wiki/Gnome-terminal gnome-terminal], [http://directory.fsf.org/wiki/Xterm xterm], or any other terminal of your preference. Please note the {{Codeline|-e}} option is common to the mentioned terminals, change it if necessary. | where {{Codeline|<terminal>}} can be [http://directory.fsf.org/wiki/Gnome-terminal gnome-terminal], [http://directory.fsf.org/wiki/Xterm xterm], or any other terminal of your preference. Please note the {{Codeline|-e}} option is common to the mentioned terminals, change it if necessary. | ||
Line 18: | Line 18: | ||
To use Vim as default editor without starting a separate window, add the following lines to your {{Path|~/.octaverc}} file: | To use Vim as default editor without starting a separate window, add the following lines to your {{Path|~/.octaverc}} file: | ||
edit mode sync | edit mode sync | ||
edit home . | edit home . |
edits