diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-27 21:03:14 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-28 22:36:54 +0530 |
commit | 3e053e9412bedb10f2a171ddfbbd72e7432a9bda (patch) | |
tree | 21c208395ac71aae75fddefbd28ee97258239ece /nnn.1 | |
parent | 26861532a24d32405546d9734936c0f684db9b33 (diff) | |
download | nnn-3e053e9412bedb10f2a171ddfbbd72e7432a9bda.tar.gz |
Wild mode for nav-as-you-type
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,7 @@ .Op Ar -s .Op Ar -S .Op Ar -v +.Op Ar -w .Op Ar -h .Op Ar PATH .Sh DESCRIPTION @@ -135,6 +136,8 @@ ORDER TOGGLES Toggle disk usage analyzer mode .It Ic S Toggle sort by apparent size +.It Ic ^W +Wild mode .It Ic t Toggle sort by time modified .It Ic s @@ -198,6 +201,9 @@ supports the following options: .Fl v show version and exit .Pp +.Fl w + wild mode - entries unsorted on directory load +.Pp .Fl h show program help and exit .Sh CONFIGURATION @@ -250,6 +256,8 @@ 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. +.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. .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). |