浏览代码

Explain filters a bit more

master
sin 10 年前
父节点
当前提交
4aa96d0a72
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      README

+ 10
- 0
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
=======



正在加载...
取消
保存