From fe33bda7db1db4ae068a147e16ee70625e7844ad Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 28 Feb 2024 15:12:39 +0000 Subject: [PATCH] dot/screenrc: Add a binding for the `kill' command. This is quite important for serial-terminal windows. --- dot/screenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/screenrc b/dot/screenrc index 5962a63..17c9846 100644 --- a/dot/screenrc +++ b/dot/screenrc @@ -90,7 +90,7 @@ bind I bind ^j bind j bind J -bind ^k +bind ^k kill bind k bind K bind l -- 2.11.0