From 7f6446ec380d60130523dded65d58d9938f0be02 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 28 Mar 2020 12:41:44 +1300 Subject: [PATCH] do not reuse client when session ends --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 534cbeb..637d15f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,9 @@ 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 set-titles on set-option -g set-titles-string "#{pane_title}" -- 2.39.2