From af2f2615e4f73aee4cdb882ba2d7a674ce53ba2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 11 Jun 2025 13:51:40 +0200 Subject: [PATCH] feat(tmux): new binding to switch from a pane to another zoomed pane --- .config/tmux/conf/binds.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/conf/binds.conf b/.config/tmux/conf/binds.conf index 919700d8..045a5839 100644 --- a/.config/tmux/conf/binds.conf +++ b/.config/tmux/conf/binds.conf @@ -63,3 +63,6 @@ bind-key Enter popup -E -h 80% -w 80% "dev" # Switch from Notes/Tasks Session with last session bind-key n run "tmux-notes-switch" + +# Switch to last used panel and zoom +bind-key Z select-pane -l \; resize-pane -Z