From 36fad34880509761263ccc762b51e3dd0bdce506 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 1 May 2020 12:10:48 +1200 Subject: [PATCH 1/1] experiment with remain-on-exit --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 77d9ea8..a6a0419 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -29,3 +29,7 @@ bind-key -r -T root C-Up select-pane -U 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 '}' kill-pane +set-option -g remain-on-exit on -- 2.39.2