Linux/Screen: Difference between revisions
Appearance
< Linux
No edit summary |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 33: | Line 33: | ||
</blockquote> | </blockquote> | ||
* Windows: | * Windows: Ctrl-A + ... | ||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
| Line 41: | Line 41: | ||
</pre> | </pre> | ||
</blockquote> | </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