mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Clarify filter semantics when executed as root
This commit is contained in:
parent
6935d1a6cf
commit
7852edcbaf
10
noice.1
10
noice.1
|
@ -14,6 +14,11 @@ as much as possible. It was initially implemented to be controlled
|
|||
with a TV remote control.
|
||||
.Pp
|
||||
.Nm
|
||||
defaults to the current directory if
|
||||
.Ar dir
|
||||
is not specified.
|
||||
.Pp
|
||||
.Nm
|
||||
supports both vi-like and emacs-like key bindings in the default
|
||||
configuration. The default key bindings are described below;
|
||||
their functionality is described in more detail later.
|
||||
|
@ -63,6 +68,11 @@ Filters do not stack on top of each other. They are applied anew
|
|||
every time.
|
||||
.Pp
|
||||
To reset the filter you can use the match-any regex (i.e. '.').
|
||||
.Pp
|
||||
If
|
||||
.Nm
|
||||
is invoked as root the default filter will also match hidden
|
||||
files.
|
||||
.Sh EXAMPLES
|
||||
The following example shows one possible configuration for
|
||||
file associations. This is the default configuration for
|
||||
|
|
Loading…
Reference in a new issue