From: martin f. krafft Date: Fri, 27 Mar 2020 23:41:13 +0000 (+1300) Subject: keep panes around, add {} keys to control X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/9efc37541e3203828da38be178fe7328491daa22 keep panes around, add {} keys to control --- 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