From f3d29dce5ce5b650dfc1b84b96bbd35cebf64377 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 21 Mar 2016 10:17:48 +0000 Subject: [PATCH] dot/tmux.conf: Some more bindings. Organization: Straylight/Edgeware From: Mark Wooding --- dot/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot/tmux.conf b/dot/tmux.conf index 7dcdb16..abd37f1 100644 --- a/dot/tmux.conf +++ b/dot/tmux.conf @@ -14,8 +14,11 @@ set -g prefix C-z bind Tab select-pane -t.+1 bind M-Tab select-pane -t.-1 bind C-c new-window +bind C-l refresh-client bind Q break-pane bind S split-window +bind X kill-pane bind c new-window +bind k kill-window bind z send C-z bind C-z last-window -- [mdw]