This commit is contained in:
Henrik Bakken
2021-08-17 00:58:14 +02:00
parent e4e30cf407
commit ecdec01219
2 changed files with 14 additions and 20 deletions
+4 -4
View File
@@ -85,10 +85,10 @@ bind i display-panes
bind r source-file ~/.config/tmux/tmux.conf \; refresh-client \; display-message "Config reloaded"
# resize controls
bind -r h resize-pane -L 2 \; display-message "Resize left"
bind -r l resize-pane -R 2 \; display-message "Resize right"
bind -r k resize-pane -U 2 \; display-message "Resize up"
bind -r j resize-pane -D 2 \; display-message "Resize down"
bind -r h resize-pane -L 10 \; display-message "Resize left"
bind -r l resize-pane -R 10 \; display-message "Resize right"
bind -r k resize-pane -U 10 \; display-message "Resize up"
bind -r j resize-pane -D 10 \; display-message "Resize down"
# zoom control
bind -n M-o resize-pane -Z