Merge pull request #1318 from sebrink/master

Fixed tmux attach.
This commit is contained in:
Rico Sta. Cruz 2020-02-13 21:52:29 +11:00 committed by GitHub
commit d65e607ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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