From 9efc37541e3203828da38be178fe7328491daa22 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 28 Mar 2020 12:41:13 +1300 Subject: [PATCH] keep panes around, add {} keys to control --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 406f5b8..c503724 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,3 +10,8 @@ set-option -g status-bg black set-option -g status-fg white set-option -g aggressive-resize on + +set-option -g remain-on-exit on + +bind-key -T root '{' kill-pane +bind-key -T root '}' respawn-pane -- 2.39.2