From 93b15f29293e906ec9799542b6c5070550d94120 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 22 Dec 2022 09:39:15 +0100 Subject: [PATCH] kill client on respawn --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a2b6a6c..4ac2f70 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -30,6 +30,6 @@ bind-key -r -T root C-Down select-pane -D bind-key -r -T root C-Left select-pane -L bind-key -r -T root C-Right select-pane -R -bind-key -T prefix '{' respawn-pane +bind-key -T prefix '{' respawn-pane -k bind-key -T prefix '}' kill-pane set-option -g remain-on-exit on -- 2.39.2