From: martin f. krafft Date: Thu, 22 Dec 2022 08:39:15 +0000 (+0100) Subject: kill client on respawn X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/93b15f29293e906ec9799542b6c5070550d94120 kill client on respawn --- 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