13
edits
No edit summary |
m (fix octaverc settings) |
||
Line 72: | Line 72: | ||
== set EDITOR to kate == | == set EDITOR to kate == | ||
On the command line, or in your {{Path|~/.octaverc}}, add the line | On the command line, or in your {{Path|~/.octaverc}}, add the line | ||
{{Codeline| | {{Codeline|EDITOR("kate %s")}} | ||
then typing in octave {{Codeline|edit myfunc}} will open myfunc.m in the current kate session | then typing in octave {{Codeline|edit myfunc}} will open myfunc.m in the current kate session | ||
[[Category:Editors]] | [[Category:Editors]] |
edits