From 86d4d5689cb53372ff3766016a954d69428d149a Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 14 Apr 2026 07:35:17 +0000 Subject: [PATCH] Add detach to default session menu, suggested by Przemyslaw Sztoch. --- key-bindings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/key-bindings.c b/key-bindings.c index 85fa7c80..9bc69045 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -30,6 +30,7 @@ " ''" \ " 'Renumber' 'N' {move-window -r}" \ " 'Rename' 'r' {command-prompt -I \"#S\" {rename-session -- '%%'}}" \ + " 'Detach' 'd' {detach-client}" \ " ''" \ " 'New Session' 's' {new-session}" \ " 'New Window' 'w' {new-window}"