Last active
December 12, 2016 00:47
-
-
Save aok1425/0e25dd71fbc3dfdc9b09e98974cd9750 to your computer and use it in GitHub Desktop.
This file contains 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
$ tmux new -s session-name | |
$ tmux a -t session-name # to attach to particular session | |
$ tmux detach | |
or | |
$ Ctrl-b d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment