diff --git a/tmux.md b/tmux.md index a5d9a5fd5..174b99fd6 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