From f5c9d9aa26a179bd0cd02c57e4fdd0c060358210 Mon Sep 17 00:00:00 2001 From: Sheng-Loong Su Date: Thu, 30 Nov 2017 17:58:19 +0800 Subject: [PATCH] bind tmux respawn pane key --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 50d8a84..addcbd6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -14,6 +14,10 @@ bind C-a send-prefix unbind r bind r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded..." +# kill and respawn pane +unbind R +bind R respawn-pane -k + # enable mouse support particularly for scrolling set -g mouse on