summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-08-19 21:40:13 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-08-19 21:40:13 +0200
commit7d2e57b7a693dd7e8dfc00cb1e52116108b60e9a (patch)
tree3fc779e1eb590553c92a5a3aff1fd333883820f4 /doc/ranger.pod
parent712ec67e1426fe601e99c63ac078d215378299c7 (diff)
downloadranger-7d2e57b7a693dd7e8dfc00cb1e52116108b60e9a.tar.gz
Add an explicit "AND" filter combinator
Closes #1268.
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 6e7075a7..48e6a41e 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -641,6 +641,12 @@ Apply the typefilter "symlink".
 Combine the two topmost filters from the filter stack in the "OR"
 relationship, instead of the "AND" used implicitly.
 
+=item .&
+
+Explicitly combine the two topmost filters in the "AND"
+relationship. Usually not needed though might be useful in more
+complicated scenarios.
+
 =item .!
 
 Negate the topmost filter.