mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-21 15:18:48 +00:00
Remove detach-on-destroy
This commit is contained in:
parent
4055083386
commit
3baff4e795
@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
### master
|
### master
|
||||||
|
- remove `detach-on-destroy`
|
||||||
- do not set `aggressive-resize` on iTerm terminal
|
- do not set `aggressive-resize` on iTerm terminal
|
||||||
- disable `detach-on-destroy`
|
- 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
|
# super useful when using "grouped sessions" and multi-monitor setup
|
||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
|
|
||||||
# don't detach tmux when killing a session
|
|
||||||
set -g detach-on-destroy off
|
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
|
|
||||||
# easier and faster switching between next/prev window
|
# easier and faster switching between next/prev window
|
||||||
|
@ -119,9 +119,6 @@ main() {
|
|||||||
tmux set-window-option -g aggressive-resize on
|
tmux set-window-option -g aggressive-resize on
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# why detach when killing a session?
|
|
||||||
tmux set-option -g detach-on-destroy 'off'
|
|
||||||
|
|
||||||
# DEFAULT KEY BINDINGS
|
# DEFAULT KEY BINDINGS
|
||||||
|
|
||||||
local prefix="$(prefix)"
|
local prefix="$(prefix)"
|
||||||
|
Loading…
Reference in New Issue
Block a user