Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created February 17, 2014 21:49
Show Gist options
  • Save willgarcia/9bde637bf4558dacd3d4 to your computer and use it in GitHub Desktop.
Save willgarcia/9bde637bf4558dacd3d4 to your computer and use it in GitHub Desktop.
screen / tmux
screen
screen -l #list
screen -rx # attach last screen
ctrl-shift a-d #detach
tmux
tmux list-session
tmux attach-session
ctrl b d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment