diff --git a/README.md b/README.md index bbea0b3..be3a3e3 100644 --- a/README.md +++ b/README.md @@ -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.