Session handling
tmux |
start new |
tmux new -s myname |
start new with name |
tmux a -t |
reattach session (or at, or attach) |
tmux a -t myname |
reattach named session |
tmux ls |
list sessions |
tmux kill-session -t myname |
kill named session |
:new |
new session |
s |
list sessions |
$ |
name session |
tmux kill-server |
kill server and all sessions |
Comments