From: Mark Wooding Date: Mon, 21 Mar 2016 10:17:48 +0000 (+0000) Subject: dot/tmux.conf: Some more bindings. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/f3d29dce5ce5b650dfc1b84b96bbd35cebf64377 dot/tmux.conf: Some more bindings. --- 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