diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-12 19:35:24 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-13 00:05:42 +0530 |
commit | a747a1e267340aa0c44e1543143e2456e50ea65c (patch) | |
tree | 9a5c3caf228b48cf6c3d63233005a38a94aca34c /nnn.1 | |
parent | caf77886b891bf02dd22eaa1f37fa86e106ac921 (diff) | |
download | nnn-a747a1e267340aa0c44e1543143e2456e50ea65c.tar.gz |
Update docs
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -253,9 +253,9 @@ There is a program option to filter entries by substring match instead of regex. In the \fInavigate-as-you-type\fR mode directories are opened in filter mode, allowing continuous navigation. Works best with the \fBarrow keys\fR. .br -In case of only one match and it's a directory, `nnn` auto selects the directory and enters it in this mode. +When there's a unique match and it's a directory, `nnn` auto selects the directory and enters it in this mode. .br -The \fIwild mode\fR can be handy for users who use the \fInavigate-as-you-type\fR mode constantly. The entries are unsorted when the directory loads. Applying filters sort the entries (with directories on top). Directory color is disabled in this mode. +The \fIwild mode\fR can be extremely handy for users who use the \fInavigate-as-you-type\fR mode constantly. The entries are unsorted when the directory loads. Applying filters sorts the entries (with directories on top). Directory color is disabled in this mode. .Sh SELECTION MODE The absolute path of a single file can be copied to clipboard by pressing \fI^K\fR if NNN_COPIER is set (see ENVIRONMENT section below). |