You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add two new hooks: @popup-before-open and @popup-after-close (#2).
Add @popup-focus, primarily used as a workaround of tmux/tmux#3991 (#3).
Support close a popup if no argument passed to @popup-toggle (5ef9ea4).
Changed
[breaking] Use bash(1) to parse tmux commands, thus semicolons in hooks (@popup-on-open and @popup-on-close) must now be explicitly escaped or quoted (#1).
[breaking] Rename @popup-on-open to @popup-on-init (#2).
Removed
[breaking] Remove @popup-on-close, as it cannot handle popup exits. Instead, consider setting the client-detached and pane-exited tmux hooks in @popup-on-init (#2).
Fixed
Hide messages of tmux commands in popups (5eb66cd).