detatch tmux when closing last window

This commit is contained in:
2012-03-06 08:30:15 +00:00
parent 605d7c2a38
commit 6da9ffc8cb

View File

@@ -4,7 +4,7 @@ set -g prefix C-q
# Settings
set -g default-terminal "xterm-256color"
set -g detach-on-destroy off
set -g detach-on-destroy on
set -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on