X-Git-Url: https://git.madduck.net/etc/tmux.git/blobdiff_plain/5a59dcb89cc3730ba2232dfadce11e25d40a97af..36fad34880509761263ccc762b51e3dd0bdce506:/.tmux.conf 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