# <prefix> R to reload config without restart
bind-key R source-file ~/.tmux.conf \; display "Reloaded!"
+# vim-like navigation
+unbind-key h; bind-key h select-pane -L
+unbind-key j; bind-key j select-pane -D
+unbind-key k; bind-key k select-pane -U
+unbind-key l; bind-key l select-pane -R
+
+bind H resize-pane -L 10
+bind J resize-pane -D 10
+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
#