X-Git-Url: https://git.madduck.net/etc/tmux.git/blobdiff_plain/f94eec5ef8a7f7ed90c63987c1796de23f715874..9efc37541e3203828da38be178fe7328491daa22:/.tmux.conf 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