From 9daced8c68c995dbdb73f4163b6ed7627d507a91 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 7 Jul 2023 22:29:36 +0200 Subject: [PATCH] [Tmux] add keybind to zoom on pane --- org/config/tmux.org | 1 + 1 file changed, 1 insertion(+) diff --git a/org/config/tmux.org b/org/config/tmux.org index f7f44a2..c27521b 100644 --- a/org/config/tmux.org +++ b/org/config/tmux.org @@ -201,6 +201,7 @@ open in the same directory as the directory I am currently in. | =t= | select-pane -D | | | =s= | select-pane -U | | | =r= | select-pane -R | | +| =f= | resize-pane -Z | | | =.= | | pane-resize | #+begin_src tmux