X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/4d60a7ac95f814edd26bc558b486968a5a0728a0..0630988acc7864483d8f6ed96f0ff1971ddb4db6:/dot/tmux.conf diff --git a/dot/tmux.conf b/dot/tmux.conf index 06aaff3..abd37f1 100644 --- a/dot/tmux.conf +++ b/dot/tmux.conf @@ -11,11 +11,14 @@ set -ga terminal-overrides ",xterm*:XT,screen*:XT" ## Sane key-bindings. I'm used to screen. Bite me. set -g prefix C-z -bind z send C-z -bind C-z last-window -bind c new-window -bind C-c new-window 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