Linux/Screen: Difference between revisions

From Wiki
(Die Seite wurde neu angelegt: „* Keyboard shortcuts: Ctrl-A <blockquote> <pre> break ^B b license , removebuf = clear C lockscreen ^…“)
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
* Keyboard shortcuts: Ctrl-A
* commandline options:
<blockquote>
<pre>
screen -d                  detach
screen -r                  reattach
screen -S sockname
screen -t title
screen -ls                list sessions
</pre>
</blockquote>
 
* Keyboard shortcuts: Ctrl-A + ...
<blockquote>
<blockquote>
<pre>
<pre>
Line 21: Line 32:
</pre>
</pre>
</blockquote>
</blockquote>
* Windows: Ctrl-A + ...
<blockquote>
<pre>
create window  c
next          n
previous      p
</pre>
</blockquote>
== Split Windows ==
<pre>
Split horizontally    CTRL-a + S    (uppercase 's')
Split vertically      CTRL-a + |
switch active        CTRL-a + TAB
new terminal          CTRL-a + c
</pre>
[[Category:Linux/CL-Tools]]
[[Category:Linux]]

Latest revision as of 16:51, 23 December 2021

  • commandline options:
screen -d                  detach 
screen -r                  reattach
screen -S sockname
screen -t title
screen -ls                 list sessions
  • Keyboard shortcuts: Ctrl-A + ...
   break       ^B b          license     ,             removebuf   =
   clear       C             lockscreen  ^X x          reset       Z
   colon       :             log         H             screen      ^C c
   copy        ^[ [          login       L             select      '
   detach      ^D d          meta        a             silence     _
   digraph     ^V            monitor     M             split       S
   displays    *             next        ^@ ^N sp n    suspend     ^Z z
   dumptermcap .             number      N             time        ^T t
   fit         F             only        Q             title       A
   flow        ^F f          other       ^A            vbell       ^G
   focus       ^I            pow_break   B             version     v
   hardcopy    h             pow_detach  D             width       W
   help        ?             prev        ^H ^P p ^?    windows     ^W w
   history     { }           quit        \             wrap        ^R r
   info        i             readbuf     <             writebuf    >
   kill        K k           redisplay   ^L l          xoff        ^S s
   lastmsg     ^M m          remove      X             xon         ^Q q
  • Windows: Ctrl-A + ...
create window  c
next           n
previous       p

Split Windows

Split horizontally    CTRL-a + S    (uppercase 's')
Split vertically      CTRL-a + |

switch active         CTRL-a + TAB

new terminal          CTRL-a + c