diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 402504e..9e813a4 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -20,6 +20,11 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R +bind-key H resize-pane -L +bind-key J resize-pane -D +bind-key K resize-pane -U +bind-key L resize-pane -R + # Highlight the active window in the status bar. set-window-option -g window-status-current-bg cyan set-window-option -g window-status-current-fg black