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 1/2] 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. From 71477630c51b15f4081f121424105c6218a26832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Couto?= Date: Sun, 6 Oct 2019 01:27:56 -0300 Subject: [PATCH 2/2] Ctrl+B instead of for improved readability --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 753928f..be3a3e3 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ Credit: @vcoutasso Inside a tmux session: ``` - :kill-session +Ctrl+B :kill-session ``` -Note that `````` is the default prefix. For different prefixes, the command must be adjusted accordingly. +Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly.