feat(tmux): new binding to switch from a pane to another zoomed pane

This commit is contained in:
Sergio Laín 2025-06-11 13:51:40 +02:00
parent 7a8975d2f5
commit af2f2615e4
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -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