Last active
December 24, 2018 02:23
-
-
Save YanSte/45f9767223364ee71e3d5185d197fffe to your computer and use it in GitHub Desktop.
tmux commands
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
reate session foo and attach | |
$ tmux new -s foo | |
create detached session foo | |
$ tmux new -s foo -d | |
list sessions | |
$ tmux ls | |
attach | |
$ tmux attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment