Skip to content

Instantly share code, notes, and snippets.

@adamgotterer
Created October 24, 2013 03: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 adamgotterer/7130922 to your computer and use it in GitHub Desktop.
Save adamgotterer/7130922 to your computer and use it in GitHub Desktop.
List of screen commands
Key shortcuts:
ctl-a " - list all screens
ctl-a A - rename screen
ctl-a a - previous screen
ctl-a 0/1/2/3/4/etc - switch to that screen
ctl-a d - detaches from the screen
Screen command line shortcuts:
screen - creates a new screen
screen -ls - list all screens
screen -U - support UTF8
screen -r - resume
screen -d - detach attached screen
screen -D - log the remote session out and detach the screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment