X-Git-Url: https://git.madduck.net/etc/tmux.git/blobdiff_plain/6ca69487235f06d90eb490f5f01df5cece6d5fd1..7f6446ec380d60130523dded65d58d9938f0be02:/.tmux.conf 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}"