From 9f6f683c6df4ab67485229d04a35ed9b853ccf2e Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 25 May 2025 18:48:28 -0700 Subject: [PATCH] increase tmux pane resize steps --- programs/tmux/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/tmux/tmux.conf b/programs/tmux/tmux.conf index cfdfa5b..9aef545 100644 --- a/programs/tmux/tmux.conf +++ b/programs/tmux/tmux.conf @@ -73,10 +73,10 @@ bind -r C-h select-window -t :- bind -r C-l select-window -t :+ # 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 +bind -r H resize-pane -L 10 +bind -r J resize-pane -D 10 +bind -r K resize-pane -U 10 +bind -r L resize-pane -R 10 ## Quickly switch panes unbind ^J