mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Fire hooks on the simple notifys (window-renamed and session-renamed),
the complicated ones get no hooks for now (more to come).
This commit is contained in:
4
tmux.1
4
tmux.1
@ -3244,6 +3244,10 @@ Run when the program running in a pane exits, but
|
||||
is on so the pane has not closed.
|
||||
.It pane-exited
|
||||
Run when the program running in a pane exits.
|
||||
.It session-renamed
|
||||
Run when a session is renamed.
|
||||
.It window-renamed
|
||||
Run when a window is renamed.
|
||||
.El
|
||||
.Pp
|
||||
Hooks are managed with these commands:
|
||||
|
Reference in New Issue
Block a user