diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 3122c36b..1764e5aa 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -50,10 +50,10 @@ bind -T copy-mode-vi v send -X begin-selection bind -T copy-mode-vi y send -X copy-selection-and-cancel # Pane resizing -bind -r S-Left resize-pane -L 10 -bind -r S-Down resize-pane -D 10 -bind -r S-Up resize-pane -U 10 -bind -r S-Right resize-pane -R 10 +bind -r S-Left resize-pane -L 1 +bind -r S-Down resize-pane -D 1 +bind -r S-Up resize-pane -U 1 +bind -r S-Right resize-pane -R 1 # Saner splits that open in the same directory bind | split-window -h -c "#{pane_current_path}"