Skip to content

Commit

Permalink
Merge pull request rstacruz#1318 from sebrink/master
Browse files Browse the repository at this point in the history
Fixed tmux attach.
  • Loading branch information
rstacruz authored Feb 13, 2020
2 parents 2b20b85 + 129d586 commit d65e607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d65e607

Please sign in to comment.