Remove detach-on-destroy

pull/29/head
Bruno Sutic 2015-08-10 20:29:25 +02:00
parent 4055083386
commit 3baff4e795
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
3 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,7 @@
# Changelog
### master
- remove `detach-on-destroy`
- do not set `aggressive-resize` on iTerm terminal
- disable `detach-on-destroy`

View File

@ -54,9 +54,6 @@ Inspired by [vim-sensible](https://github.com/tpope/vim-sensible).
# super useful when using "grouped sessions" and multi-monitor setup
setw -g aggressive-resize on
# don't detach tmux when killing a session
set -g detach-on-destroy off
### Key bindings
# easier and faster switching between next/prev window

View File

@ -119,9 +119,6 @@ main() {
tmux set-window-option -g aggressive-resize on
fi
# why detach when killing a session?
tmux set-option -g detach-on-destroy 'off'
# DEFAULT KEY BINDINGS
local prefix="$(prefix)"