diff options
author | nicm <nicm> | 2016-10-03 20:58:39 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-03 20:58:39 +0000 |
commit | 305c832a97c8e20136d36cf2537f65109fde7c43 (patch) | |
tree | 3413faaff96eb35707c81fe401d83487f9b22596 | |
parent | 61dfbe702e61807b0b6f1e3f1767dff1d07bcfcb (diff) | |
download | rtmux-305c832a97c8e20136d36cf2537f65109fde7c43.tar.gz rtmux-305c832a97c8e20136d36cf2537f65109fde7c43.tar.bz2 rtmux-305c832a97c8e20136d36cf2537f65109fde7c43.zip |
Document set-hook -u.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 . |