From: martin f. krafft Date: Fri, 27 Mar 2020 23:41:44 +0000 (+1300) Subject: do not reuse client when session ends X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/7f6446ec380d60130523dded65d58d9938f0be02 do not reuse client when session ends --- 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}"