]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
.tmux.conf: move bindings after settings
[dotfiles.git] / .tmux.conf
index 260087c5a2ea316b578bc6b29c4e89a7063d2903..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
@@ -75,4 +65,14 @@ set-option -g status-right ''
 set-option -g history-limit 1000
 
 # <prefix> R to reload config without restart
-bind-key R source-file ~/.tmux.conf
+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