From 892e8fb63ec4809616dd08e7ab5863f946a1fa35 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sat, 24 Oct 2020 08:05:49 +0200 Subject: [PATCH] [tmux] Bind keys for resize --- dotfiles/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) 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