From: martin f. krafft Date: Fri, 1 May 2020 00:10:48 +0000 (+1200) Subject: experiment with remain-on-exit X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/36fad34880509761263ccc762b51e3dd0bdce506 experiment with remain-on-exit --- 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