From c6c20943c44c560468c36a5d6874025e87fe67ed Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Fri, 27 Jul 2012 20:16:02 +0200 Subject: [PATCH] tmux: kill-pane instead of kill-window --- etc/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/tmux.conf b/etc/tmux.conf index 223ad89..84f60cc 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -15,7 +15,7 @@ bind-key C-a last-window unbind space bind-key space next-window bind-key C-space next-window -bind-key K confirm-before kill-window +bind-key K confirm-before kill-pane bind-key \ confirm-before kill-session #bind-key C-h previous-window -- 2.1.4