From 63b2547a0255c42bff405ca34577de240a99b736 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 15 Oct 2016 00:09:30 +0000 Subject: Fire hooks on the simple notifys (window-renamed and session-renamed), the complicated ones get no hooks for now (more to come). --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 79746d01..877318c0 100644 --- a/tmux.1 +++ b/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: -- cgit