Kate: Difference between revisions

Jump to navigation Jump to search
15 bytes added ,  18 March 2014
m
fix octaverc settings
m (fix octaverc settings)
 
(2 intermediate revisions by 2 users not shown)
Line 62: Line 62:
{{Codeline|/bin/bash -c screen}}
{{Codeline|/bin/bash -c screen}}


Then create a new session by {{Key|Ctr+a c}} (which means hold {{Key|Ctrl}}, hit {{Key|a} then {{Key|c}}).
Then create a new session by {{Key|Ctr+a c}} (which means hold {{Key|Ctrl}}, hit {{Key|a}} then {{Key|c}}).


To go to previous session : {{Key|Ctr+a p}}.  
To go to previous session : {{Key|Ctr+a p}}.  
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|edit("EDITOR", "kate %s")}}
{{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]]
13

edits

Navigation menu