From b7128660e78e60df4aca7a5880926d24b38f2f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Couto?= Date: Sat, 5 Oct 2019 12:47:19 -0300 Subject: [PATCH] The tmux way --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bbea0b3..753928f 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: + +``` + :kill-session +``` + +Note that `````` is the default prefix. For different prefixes, the command must be adjusted accordingly.