+# 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
# 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