update
This commit is contained in:
@@ -44,6 +44,12 @@ bind -r j select-pane -D
|
||||
bind -r k select-pane -U
|
||||
bind -r l select-pane -R
|
||||
|
||||
# Resize Opt/Alt-hjkl
|
||||
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
|
||||
|
||||
# Last window instead of session
|
||||
bind ';' last-window
|
||||
|
||||
|
||||
Reference in New Issue
Block a user