diff --git a/tmux.conf b/tmux.conf index 5f9d54b..d9f1960 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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