diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-20 20:00:48 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-20 20:00:48 +0530 |
commit | f4f1acf856b3e2c6aa174efc243e9f9e33e15e3b (patch) | |
tree | 37ef95328e9228a78cb4ddffea0c04e3895d6286 /nnn.1 | |
parent | 8d16d6ac5f84b8035799da5b8d81fb9bbfb2a3cc (diff) | |
download | nnn-f4f1acf856b3e2c6aa174efc243e9f9e33e15e3b.tar.gz |
Remove wild load option
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -16,7 +16,6 @@ .Op Ar -s .Op Ar -S .Op Ar -v -.Op Ar -w .Op Ar -h .Op Ar PATH .Sh DESCRIPTION @@ -73,9 +72,6 @@ supports the following options: .Fl v show version and exit .Pp -.Fl w - wild load - entries unsorted on directory load -.Pp .Fl h show program help and exit .Sh CONFIGURATION @@ -124,8 +120,6 @@ 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 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 load\fR option 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 Use \fI^K\fR to select the file under the cursor. .Pp |