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 /src | |
parent | 19f37cee6a07316a6f514a34ca9e168afea26ead (diff) | |
download | weechat-da507ca85f475e639647eaf9adaa8c8b4723b575.zip |
core: add key alt+"-" in /help filter
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index ff7821ccc..91c3c068d 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7492,7 +7492,8 @@ command_init () " - regex are case insensitive, they can start by \"(?-i)\" " "to become case sensitive\n" "\n" - "The default key alt+'=' toggles filtering on/off.\n" + "The default key alt+'=' toggles filtering on/off globally and " + "alt+'-' toggles filtering on/off in the current buffer.\n" "\n" "Tags most commonly used:\n" " no_filter, no_highlight, no_log, log0..log9 (log level),\n" |