From ae39c13a46bfac0ec0f50355cae204d92b4ae6da Mon Sep 17 00:00:00 2001 From: SanskritFritz Date: Wed, 9 Oct 2019 11:53:02 +0200 Subject: [PATCH] Added alternative method to The tmux way --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index be3a3e3..c21fcd9 100644 --- a/README.md +++ b/README.md @@ -339,5 +339,10 @@ Inside a tmux session: ``` Ctrl+B :kill-session ``` +alternatively + +``` +Ctrl+B x y +``` Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly.