From: martin f. krafft <madduck@madduck.net>
Date: Thu, 22 Dec 2022 08:38:53 +0000 (+0100)
Subject: linger after a client exits
X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/daee4cd318dd9149ec2aa85bf6d5139fd3f699de?ds=sidebyside;hp=9031b81462561d356b270e24fb49c6405a7a29e7

linger after a client exits
---

diff --git a/.tmux.conf b/.tmux.conf
index 73a51e9..a2b6a6c 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -14,7 +14,7 @@ set-option -g status-fg white
 set-option -g aggressive-resize on
 
 # if a session is killed, kill the client
-set-option -g detach-on-destroy on
+# set-option -g detach-on-destroy on
 
 set-option -g set-titles on
 set-option -g set-titles-string "#{?#{==:#{pane_title},#{host_short}},#h:#W,#T}"