From daee4cd318dd9149ec2aa85bf6d5139fd3f699de Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 22 Dec 2022 09:38:53 +0100 Subject: [PATCH] linger after a client exits --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.39.2