The prefix key is C-a
From terminal:
tmux new -s <session-name> Create and attach to new session
tmux attach -t <session-name> Attach to existing session
tmux new -t <target-session> -s <session-name> Create new <session-name> that is grouped with <target-session>