pinwheel: Reduce resize step for tmux panes

This commit is contained in:
Alexander Heldt
2023-11-05 20:38:33 +01:00
parent 9a802d6308
commit 362a1b3482

View File

@@ -49,10 +49,10 @@
bind l select-pane -R
# Resize panes
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
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
# Move windows
bind -r Left swap-window -t -1 \; select-window -t -1