sde-cheatsheet

tmux - Command

Show All Active Sessions

tmux ls

Create a New Session

tmux new -s [session_name]

Attach to an Existing Session

tmux attach -t [session_name]

Split the Window inside a Session

ctrl + b + "

Exit a Session without Termination

ctrl + b + d

Terminate a Session

ctrl + d