]> Sergey Matveev's repositories - nnn.git/commitdiff
Explain filters a bit more
authorsin <sin@2f30.org>
Tue, 21 Oct 2014 15:24:08 +0000 (16:24 +0100)
committersin <sin@2f30.org>
Tue, 21 Oct 2014 15:24:08 +0000 (16:24 +0100)
README

diff --git a/README b/README
index 79a9c6531aeb723644a05def0b05a6200c16eaf9..1cbefae8ed4c587bf73d1bee3d4042e3a1f1dcd9 100644 (file)
--- a/README
+++ b/README
@@ -51,6 +51,16 @@ that does not match those regexes.
 The default program is less(1).  For text files, you can use the 'v'
 commaind in less(1) to open the file in your $EDITOR.
 
+Filters
+-------
+
+Filters narrow down the view.  This effectively allows you to easily search/jump
+to a particular file or directory.  If you want to reset the filter then you can
+just use the match-any regex (i.e. .*).  You can think of noice being in search
+mode all the time.
+
+Filters do not stack or nest.  They are applied afresh every time.
+
 Contact
 =======