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