aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-27 21:03:14 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-28 22:36:54 +0530
commit3e053e9412bedb10f2a171ddfbbd72e7432a9bda (patch)
tree21c208395ac71aae75fddefbd28ee97258239ece /nnn.1
parent26861532a24d32405546d9734936c0f684db9b33 (diff)
downloadnnn-3e053e9412bedb10f2a171ddfbbd72e7432a9bda.tar.gz
Wild mode for nav-as-you-type
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.18
1 files changed, 8 insertions, 0 deletions
diff --git a/nnn.1 b/nnn.1
index 1a42db4..73ec86e 100644
--- a/nnn.1
+++ b/nnn.1
@@ -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).