feat(tmux): detach-on-destroy
This commit is contained in:
parent
9cabce08ad
commit
99cdd2219f
@ -3,6 +3,8 @@
|
||||
set -s exit-unattached off # Server will not exit if no attached clients
|
||||
set -s exit-empty off # Server will not exit if no sessions
|
||||
|
||||
set -g detach-on-destroy off
|
||||
|
||||
set -g mouse on # Enable mouse support
|
||||
|
||||
set -s escape-time 0 # Delay after escape
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user