Created
February 17, 2014 21:49
-
-
Save willgarcia/9bde637bf4558dacd3d4 to your computer and use it in GitHub Desktop.
screen / tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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