reload ~/.tmux.conf
Solution 1:
Line 15 of your .tmux.conf
, "new bash", starts a new session, with "bash" as the command to run in its first window. "new" is an alias for "new-session".
Line 15 of your .tmux.conf
, "new bash", starts a new session, with "bash" as the command to run in its first window. "new" is an alias for "new-session".