diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 21:44:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 21:44:34 +0200 |
commit | da507ca85f475e639647eaf9adaa8c8b4723b575 (patch) | |
tree | a50e318588ab99f2878aaf35597784205b1bae54 /doc/en/autogen | |
parent | 19f37cee6a07316a6f514a34ca9e168afea26ead (diff) | |
download | weechat-da507ca85f475e639647eaf9adaa8c8b4723b575.zip |
core: add key alt+"-" in /help filter
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index 9e2d5ecd8..e07bdd9a0 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -376,7 +376,7 @@ disable: disable filters - two regular expressions are created: one for prefix and one for message - regex are case insensitive, they can start by "(?-i)" to become case sensitive -The default key alt+'=' toggles filtering on/off. +The default key alt+'=' toggles filtering on/off globally and alt+'-' toggles filtering on/off in the current buffer. Tags most commonly used: no_filter, no_highlight, no_log, log0..log9 (log level), |