Linux/Screen: Difference between revisions
Appearance
< Linux
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
* 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 + ... | * Keyboard shortcuts: Ctrl-A + ... | ||
<blockquote> | <blockquote> | ||
| Line 19: | Line 30: | ||
kill K k redisplay ^L l xoff ^S s | kill K k redisplay ^L l xoff ^S s | ||
lastmsg ^M m remove X xon ^Q q | lastmsg ^M m remove X xon ^Q q | ||
</pre> | |||
</blockquote> | |||
* Windows: | |||
<blockquote> | |||
<pre> | |||
create window c | |||
next n | |||
previous p | |||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
Revision as of 21:06, 14 October 2014
- 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:
create window c next n previous p