From 9cf28b8da913f3aa81add5309a653b31c7536fc5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 5 Dec 2024 22:55:13 +0300 Subject: [PATCH] tmux disable detach-on-destroy on remote host --- home/user/.config/tmux/remote.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/user/.config/tmux/remote.conf b/home/user/.config/tmux/remote.conf index 9aa467f..fe0b571 100644 --- a/home/user/.config/tmux/remote.conf +++ b/home/user/.config/tmux/remote.conf @@ -1,3 +1 @@ -# vim: ft=tmux - -set detach-on-destroy on \ No newline at end of file +# vim: ft=tmux \ No newline at end of file