From a5dbe4b57e59d7de3e479c165f4b0c3700bcd616 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 27 May 2025 12:20:44 -0700 Subject: [PATCH] Update tmux.conf --- .config/tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6f4ef1b..45a9b66 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -19,6 +19,12 @@ set-option -g renumber-windows on bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" +# Resize panes +bind -r H resize-pane -L 5 +bind -r J resize-pane -D 5 +bind -r K resize-pane -U 5 +bind -r L resize-pane -R 5 + # Vim-like pane switching bind h select-pane -L bind j select-pane -D