updates
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user