diff options
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" |