26
edits
Line 54: | Line 54: | ||
Then the terminal can be hidden/shown by clicking on the corresponding button at the bottom of the window. | Then the terminal can be hidden/shown by clicking on the corresponding button at the bottom of the window. | ||
=== multiple terminals === | |||
It is possible to switch between several terminals using screen. | |||
Right click on the terminal / configure current profile / Command => | |||
{{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}}). | |||
To go to previous session : {{Key|Ctr+a p}}. | |||
To go to next session : {{Key|Ctr+a n}}. | |||
To go kill current session : {{Key|Ctr+a k}}. | |||
== set EDITOR to kate == | == set EDITOR to kate == |
edits