pub async fn start(initial_session_name: &str) -> Result<()>Expand description
Start the Tmux server if needed, creating a session named "[placeholder]" in order to keep the server
running.
It is ok-ish to already have an existing session named "[placeholder]".