diff options
author | nicm <nicm> | 2016-10-15 00:09:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-15 00:09:30 +0000 |
commit | 63b2547a0255c42bff405ca34577de240a99b736 (patch) | |
tree | c741a634cd1e1f645a626c53de81d8e591f62438 /tmux.1 | |
parent | 9b3ae84993d2493ff0761efbcda0b9d188ed6d9e (diff) | |
download | rtmux-63b2547a0255c42bff405ca34577de240a99b736.tar.gz rtmux-63b2547a0255c42bff405ca34577de240a99b736.tar.bz2 rtmux-63b2547a0255c42bff405ca34577de240a99b736.zip |
Fire hooks on the simple notifys (window-renamed and session-renamed),
the complicated ones get no hooks for now (more to come).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |