X-Git-Url: https://git.madduck.net/etc/tmux.git/blobdiff_plain/9efc37541e3203828da38be178fe7328491daa22..7f6446ec380d60130523dded65d58d9938f0be02:/.tmux.conf?ds=sidebyside diff --git a/.tmux.conf b/.tmux.conf index c503724..637d15f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,12 @@ 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}" + set-option -g remain-on-exit on bind-key -T root '{' kill-pane