diff options
author | nicm <nicm> | 2017-10-25 15:20:10 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-10-25 15:20:10 +0000 |
commit | be4c01697cec057e8043eb6b81ef959271581eb3 (patch) | |
tree | debebce1c94bb2479be8686809723f71141fb0ee | |
parent | 578a63bbc9ac29378f844827fc393e21ae6cb6b6 (diff) | |
download | rtmux-be4c01697cec057e8043eb6b81ef959271581eb3.tar.gz rtmux-be4c01697cec057e8043eb6b81ef959271581eb3.tar.bz2 rtmux-be4c01697cec057e8043eb6b81ef959271581eb3.zip |
Note that notifications are also hooks.
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3347,7 +3347,12 @@ layout after every set-hook after-split-window "selectl even-vertical" .Ed .Pp -In addition, the following hooks are available: +All the notifications listed in the +.Sx CONTROL MODE +section are hooks (without any arguments), except +.Ic %exit . +The following additional hooks are available: +.Pp .Bl -tag -width "XXXXXXXXXXXXXXXXXXXXXX" .It alert-activity Run when a window has activity. |