mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-21 07:08:48 +00:00
Remove detach-on-destroy
This commit is contained in:
parent
4055083386
commit
3baff4e795
@ -1,6 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
### master
|
||||
- remove `detach-on-destroy`
|
||||
- do not set `aggressive-resize` on iTerm terminal
|
||||
- disable `detach-on-destroy`
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user