Skip to content

Instantly share code, notes, and snippets.

@YanSte
Last active December 24, 2018 02:23
Show Gist options
  • Save YanSte/45f9767223364ee71e3d5185d197fffe to your computer and use it in GitHub Desktop.
Save YanSte/45f9767223364ee71e3d5185d197fffe to your computer and use it in GitHub Desktop.
tmux commands
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