From 99cdd2219f7dc7d0f1db4baadbbc842b96f4da62 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 15 May 2024 16:31:45 +0300 Subject: [PATCH] feat(tmux): detach-on-destroy --- home/user/.config/tmux/options.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index 37cb870..daf367a 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -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