> tmux/sessions/start-a-new-session-with-the-name-mysession

Start a new session with the name mysession

sessions

// shell

$ tmux new -s mysession

// tmux command

: new -s mysession