Update window resizing for Ergo Dox
This commit is contained in:
parent
3f3614b417
commit
cf4b300845
1 changed files with 4 additions and 4 deletions
|
@ -84,10 +84,10 @@ bind -n m-right next-window
|
|||
|
||||
|
||||
# window resizing
|
||||
bind -n S-Up resize-pane -U 5
|
||||
bind -n S-Down resize-pane -D 5
|
||||
bind -n S-Left resize-pane -L 10
|
||||
bind -n S-Right resize-pane -R 10
|
||||
bind -n M-H resize-pane -L 5
|
||||
bind -n M-J resize-pane -D 5
|
||||
bind -n M-K resize-pane -U 5
|
||||
bind -n M-L resize-pane -R 5
|
||||
|
||||
|
||||
# Option + number to jump to window
|
||||
|
|
Loading…
Reference in a new issue