# Increase scrollback lines
set-option -g history-limit 1000
+# 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
+
# <prefix> R to reload config without restart
bind-key R source-file ~/.tmux.conf \; display "Reloaded!"
bind K resize-pane -U 10
bind L resize-pane -R 10
-# 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
+bind -r C-h select-window -t :-
+bind -r C-l select-window -t :+
# Use vertical and horizontal chars to split the screen
bind-key | split-window -h