diff options
| author | Delapouite <delapouite@gmail.com> | 2017-07-05 13:45:45 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2017-07-05 13:45:45 +0200 |
| commit | 8ed29dbd7a2e2d0a0f50d8be538de19676a356a2 (patch) | |
| tree | 3c48a906e9a48f763bec65bafc122175612cd13e /doc | |
| parent | 620e718087a57a4a725007cbc25a2888ccc1e95c (diff) | |
Docs: add missing PromptIdle hook mentions
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manpages/hooks.asciidoc | 3 | ||||
| -rw-r--r-- | doc/manpages/options.asciidoc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/manpages/hooks.asciidoc b/doc/manpages/hooks.asciidoc index 068464b2..955a30d9 100644 --- a/doc/manpages/hooks.asciidoc +++ b/doc/manpages/hooks.asciidoc @@ -76,6 +76,9 @@ Default hooks the cursor moved (without inserting) in insert mode, the key that triggered the move is used for filtering +*PromptIdle*:: + a certain duration has passed since last key was pressed in prompt mode + *WinCreate*:: a window was created, the filtering text is the buffer name diff --git a/doc/manpages/options.asciidoc b/doc/manpages/options.asciidoc index 3e622aa3..aad4b508 100644 --- a/doc/manpages/options.asciidoc +++ b/doc/manpages/options.asciidoc @@ -137,7 +137,7 @@ Builtin options *idle_timeout* 'int':: timeout, in milliseconds, with no user input that will trigger the - *InsertIdle* and *NormalIdle* hooks. + *PromptIdle*, *InsertIdle* and *NormalIdle* hooks. *fs_checkout_timeout* 'int':: timeout, in milliseconds, between checks in normal mode of modifications |
