tmux new [-s name] [cmd] (:new) - new session
tmux ls - list all sessions
tmux switch [-t name] - switch to an existing session
tmux a [id] [-t name] - attaches to an existing session
<C-b>+ d - detach the currently attached session
<C-b>+ ) - next session
<C-b>+ ( - previous session
<C-b>+ s - list sessions
<C-b>+ $ - name session
tmux kill-session [-t name]
tmux kill-server - Kills all the running sessions
<C-b>+ & - Kills the current running session