]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: move bindings after settings
authorOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 20:22:22 +0000 (23:22 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 20:22:22 +0000 (23:22 +0300)
.tmux.conf

index c283bdad6c6985917dc91c45df5939391e4d8657..b0a2d828551edfc0673388ff9537b2a49dda3a11 100644 (file)
@@ -1,13 +1,3 @@
-# Set the command prefix to match GNU screen (CTRL+a)
-# set-option -g prefix C-a
-#
-# Use C-a C-a key to send prefix instead of the default
-# unbind-key C-b
-# bind-key C-a send-prefix
-#
-# <prefix> C-a for last-window
-# bind-key C-a last-window
-
 # Start window numbers at 1 to match keyboard order with tmux window order
 set-option -g base-index 1
 set-option -g pane-base-index 1
@@ -76,3 +66,13 @@ set-option -g history-limit 1000
 
 # <prefix> R to reload config without restart
 bind-key R source-file ~/.tmux.conf \; display "Reloaded!"
+
+# Set the command prefix to match GNU screen (CTRL+a)
+# set-option -g prefix C-a
+#
+# Use C-a C-a key to send prefix instead of the default
+# unbind-key C-b
+# bind-key C-a send-prefix
+#
+# <prefix> C-a for last-window
+# bind-key C-a last-window