diff --git a/tmux.md b/tmux.md index b457a63f7..db8664a57 100644 --- a/tmux.md +++ b/tmux.md @@ -15,7 +15,7 @@ category: CLI $ tmux new -s session_name $ tmux attach # Default session - $ tmux attach -s session_name + $ tmux attach -t session_name $ tmux switch -t session_name