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