C-f or f to Zoom/Unzoom a pane.

This commit is contained in:
gardouille 2015-05-19 22:09:02 +02:00
parent 0e6f35e9f5
commit 2220d43d0c
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,12 @@ bind-key C-b command-prompt "find-window '%%'"
unbind ^D
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
unbind ^X
bind ^X lock-server