C-f or f to Zoom/Unzoom a pane.
This commit is contained in:
parent
0e6f35e9f5
commit
2220d43d0c
|
@ -139,6 +139,12 @@ bind-key C-b command-prompt "find-window '%%'"
|
||||||
unbind ^D
|
unbind ^D
|
||||||
bind ^D detach
|
bind ^D detach
|
||||||
|
|
||||||
|
# Zoom/Unzoom a pane
|
||||||
|
unbind f
|
||||||
|
bind-key f resize-pane -Z
|
||||||
|
unbind C-f
|
||||||
|
bind-key C-f resize-pane -Z
|
||||||
|
|
||||||
# Verrouiller tmux
|
# Verrouiller tmux
|
||||||
unbind ^X
|
unbind ^X
|
||||||
bind ^X lock-server
|
bind ^X lock-server
|
||||||
|
|
Loading…
Reference in New Issue