Make it a clean 10x

This commit is contained in:
David Heinemeier Hansson
2026-02-09 17:14:52 +01:00
parent 4e96135b3e
commit 56fbea5022

View File

@@ -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}"