From 56fbea5022ea72186c4ef7c5ce1633c49085640a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Feb 2026 17:14:52 +0100 Subject: [PATCH] Make it a clean 10x --- config/tmux/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 7ff2c43b..68c04c89 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -49,10 +49,10 @@ bind Up select-pane -U bind Right select-pane -R # Pane resizing -bind -r S-Left resize-pane -L 5 -bind -r S-Down resize-pane -D 5 -bind -r S-Up resize-pane -U 5 -bind -r S-Right resize-pane -R 5 +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 # New windows in same directory bind c new-window -c "#{pane_current_path}"