Skip to content

Instantly share code, notes, and snippets.

@kazuo
Created April 12, 2012 17:31
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 kazuo/2369390 to your computer and use it in GitHub Desktop.
Save kazuo/2369390 to your computer and use it in GitHub Desktop.
Simple screen
Start it (duh)
$ screen
Resume it
$ screen -r
^ = Ctrl
Create a new one
^ac
Swap between two previously used screens
^aa
Choose a screen, where {N} is the screen number (starts at 0 like all other computer related thingies)
^a{N}
Detach screen
^ad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment