chiark / gitweb /
dot/tmux.conf: Order roughly by key.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Mar 2016 10:16:54 +0000 (10:16 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 21 Mar 2016 10:16:54 +0000 (10:16 +0000)
dot/tmux.conf

index 06aaff368d935479ec2815c655f28fc2c4b96667..7dcdb16929a3ec972fc00a014e2ab22c0fac920d 100644 (file)
@@ -11,11 +11,11 @@ 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 Q break-pane
 bind S split-window
+bind c new-window
+bind z send C-z
+bind C-z last-window