commit 4aa96d0a72c2020112724ce60a5d895f82f18206 parent 3808dde64162455d349ca1075ccbbeb1184a078f Author: sin <sin@2f30.org> Date: Tue, 21 Oct 2014 16:24:08 +0100 Explain filters a bit more Diffstat:
M | README | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git 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 =======