diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 05470d2..67ea570 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -34,10 +34,10 @@ bind -r C-h select-window -t :- bind -r C-l select-window -t :+ # Resize pane shortcuts -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 # enable mouse mode setw -g mode-mouse on