diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index a69dc52d..6b0752bd 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1063,7 +1063,7 @@ Examples: =item filter [I<string>] Displays only the files which contain the I<string> in their basename. Running -this command without any parameter will reset the fitler. +this command without any parameter will reset the filter. This command is based on the I<scout> command and supports all of its options. @@ -1220,6 +1220,7 @@ influence its behaviour: -m = mark the matching files after pressing enter -M = unmark the matching files after pressing enter -p = permanent filter: hide non-matching files after pressing enter + -r = interpret pattern as a regular expression pattern -s = smart case; like -i unless pattern contains upper case letters -t = apply filter and search pattern as you type -v = inverts the match |