Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:screen [2022/10/25 09:19] jslinux:screen [2024/06/27 11:58] (current) – [Help] js
Line 1: Line 1:
-====== Screen Shortcuts ======+====== Screen ====== 
 + 
 +===== Shortcuts =====
  
 |@#6495ed:shortcut|@#6495ed:description| |@#6495ed:shortcut|@#6495ed:description|
Line 29: Line 31:
 |<key>CTRL</key>-<key>a</key> <key>Shift</key>+<key>X</key>|split screen off| |<key>CTRL</key>-<key>a</key> <key>Shift</key>+<key>X</key>|split screen off|
 |<key>CTRL</key>-<key>Up</key>%%|%%<key>Down</key>%%|%%<key>Left</key>%%|%%<key>Right</key>|navigate in splitt screens| |<key>CTRL</key>-<key>Up</key>%%|%%<key>Down</key>%%|%%<key>Left</key>%%|%%<key>Right</key>|navigate in splitt screens|
- +\\  
-====== Startcommands ======+\\  
 +===== Startcommands =====
 |@#6495ed:command|@#6495ed:description| |@#6495ed:command|@#6495ed:description|
 |screen -S <session name>|start a new screen session| |screen -S <session name>|start a new screen session|
Line 36: Line 39:
 |screen -x <session name>| | |screen -x <session name>| |
 |screen -ls|show all screen sessions| |screen -ls|show all screen sessions|
- +\\  
- +\\  
-====== Theme Config ======+===== Theme Config =====
  
 <code># Blaue Statusleiste, aktueller Tab ist rot hinterlegt. Rechts Hostname sowie Datum und Uhrzeit <code># Blaue Statusleiste, aktueller Tab ist rot hinterlegt. Rechts Hostname sowie Datum und Uhrzeit
Line 45: Line 48:
 hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %d.%m.%y %c:%s " hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %d.%m.%y %c:%s "
 </code> </code>
- +\\  
-====== Example screenrc ======+\\  
 +===== Example screenrc =====
 <code>deflogin on <code>deflogin on
 vbell on vbell on
Line 103: Line 107:
 shell -$SHELL shell -$SHELL
 </code> </code>
 +\\ 
 +\\ 
 +===== Help =====
 +  * [[https://www.kilobitspersecond.com/2014/02/10/understanding-gnu-screens-hardstatus-strings/]] Help and documentation
 +  * [[http://www.gnu.org/software/screen/manual/html_node/String-Escapes.html]] documentation of the escape strings
 +
 +