Merge pull request #47 from vcoutasso/tmux-way

Added the tmux way
This commit is contained in:
Luke Stephens (hakluke) 2019-10-08 11:21:40 +10:00 committed by GitHub
commit fab7372d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,3 +330,14 @@ Credit: @mqchen
8. Conduct acceptance test.
9. Review burn down chart together with the team.
10. Schedule retrospective.
## The tmux way
Credit: @vcoutasso
Inside a tmux session:
```
Ctrl+B :kill-session
```
Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly.