From 305c832a97c8e20136d36cf2537f65109fde7c43 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 3 Oct 2016 20:58:39 +0000 Subject: [PATCH] Document set-hook -u. --- tmux.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmux.1 b/tmux.1 index f1775e38..650a7469 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3321,12 +3321,14 @@ Run when the program running in a pane exits. Hooks are managed with these commands: .Bl -tag -width Ds .It Xo Ic set-hook -.Op Fl g +.Op Fl gu .Op Fl t Ar target-session .Ar hook-name .Ar command .Xc -Sets hook +Sets (or with +.Fl u +unsets) hook .Ar hook-name to .Ar command .