From cdb9a321c37c1d4d7732d2330b241b8b461a54e8 Mon Sep 17 00:00:00 2001 From: Gabriel Niebler Date: Wed, 29 Jun 2022 17:44:57 +0200 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7205e1..9956e6a 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ Inside a tmux session: ``` Ctrl+B :kill-session ``` -alternativelycd +alternatively ``` Ctrl+B x y From 9709892e1567cf91a094b48ac9aad6402519e9f1 Mon Sep 17 00:00:00 2001 From: Gabriel Niebler Date: Wed, 29 Jun 2022 17:45:23 +0200 Subject: [PATCH 2/2] Add the GNU screen way --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9956e6a..91e6f17 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,14 @@ Ctrl+B x y Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly. +## The GNU screen way + +Inside a `screen` session: +``` +Ctrl+a k +``` +… then confirm the prompt `Really kill this window [y/n]` with `y`. + ## The Mathematician's way Define yourself outside vim.