Added alt+z to zoom tmux pane (toggle)
This commit is contained in:
parent
8b1312ee21
commit
fdd8b21c2c
@ -24,12 +24,12 @@ bind-key -n M-7 select-window -t 6
|
|||||||
bind-key -n M-8 select-window -t 7
|
bind-key -n M-8 select-window -t 7
|
||||||
bind-key -n M-9 select-window -t 8
|
bind-key -n M-9 select-window -t 8
|
||||||
|
|
||||||
|
|
||||||
# new window and split pane quickly
|
# new window and split pane quickly
|
||||||
bind-key -n M-c new-window
|
bind-key -n M-c new-window
|
||||||
bind-key -n M-v split-window -v
|
bind-key -n M-v split-window -v
|
||||||
bind-key -n M-b split-window -h
|
bind-key -n M-b split-window -h
|
||||||
bind-key -n M-q killp
|
bind-key -n M-q killp
|
||||||
|
bind-key -n M-z resize-pane -Z
|
||||||
|
|
||||||
# nested session with meta-a
|
# nested session with meta-a
|
||||||
bind-key -n M-a send-prefix
|
bind-key -n M-a send-prefix
|
||||||
|
Loading…
Reference in New Issue
Block a user