feat(tmux): new binding to switch from a pane to another zoomed pane
This commit is contained in:
parent
7a8975d2f5
commit
af2f2615e4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue