Skip to content

Instantly share code, notes, and snippets.

@Nordes
Last active August 30, 2017 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nordes/fb2368cb37dda1361a9b609d973faf59 to your computer and use it in GitHub Desktop.
Save Nordes/fb2368cb37dda1361a9b609d973faf59 to your computer and use it in GitHub Desktop.
Bash > Screen (Quick guide)

Official quick reference guide

https://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/

Create a screen (or start a session)

screen

Detatch from the screen

Ctrl+d

List available screen

screen -r

Short cuts

Command key:  ^A   Literal ^A:  a

break      ^B b          only       Q
clear      C             other      ^A
colon      :             pow_break  B
copy       ^[ [          pow_detach D
detach     ^D d          prev       ^P p ^?
digraph    ^V            readbuf    <
displays   *             redisplay  ^L l
fit        F             removebuf  =
flow       ^F f          reset      Z
focus      ^I            screen     ^C c
hardcopy   h             select     '
help       ?             silence    _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment