>
cheatref
tmux
> 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
// related commands
> start-a-new-session
> start-a-new-session-or-attach-to-an-existing-session-named-mysession
> attach-to-last-session
> attach-to-a-session-with-the-name-mysession
> show-all-sessions
> view all sessions commands