]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux: add (commented out) prefix change
authorOleg Broytman <phd@phdru.name>
Thu, 16 Jul 2015 14:34:31 +0000 (17:34 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 16 Jul 2015 14:34:31 +0000 (17:34 +0300)
.tmux.conf

index 009d69ffb4417364b1571873d605abc11f35a178..64b6b0a1b4f0c0b6d05e3edb6e15e205214dc2dd 100644 (file)
@@ -1,3 +1,13 @@
+# 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
@@ -38,8 +48,5 @@ set-window-option -g clock-mode-colour black
 # Increase scrollback lines
 set-option -g history-limit 1000
 
-# C-b C-a for last-window
-bind-key C-a last-window
-
-# C-b R to reload config without restart
+# <prefix> R to reload config without restart
 bind-key R source-file ~/.tmux.conf