@@ -210,7 +210,7 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
```
```
usage: nnn [-b key] [-C] [-e] [-i] [-l] [-n]
usage: nnn [-b key] [-C] [-e] [-i] [-l] [-n]
[-p file] [-s] [-S] [-v] [-h] [PATH]
[-p file] [-s] [-S] [-v] [-w] [-h] [PATH]
The missing terminal file manager for X.
The missing terminal file manager for X.
@@ -228,11 +228,10 @@ optional args:
-s string filters [default: regex]
-s string filters [default: regex]
-S du mode
-S du mode
-v show version
-v show version
-w wild mode
-h show help
-h show help
```
```
`>` indicates the currently selected entry in `nnn`.
#### Keyboard shortcuts
#### Keyboard shortcuts
Press <kbd>?</kbd> in `nnn` to see the list anytime.
Press <kbd>?</kbd> in `nnn` to see the list anytime.
@@ -264,7 +263,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
e Edit in EDITOR p Open in PAGER
e Edit in EDITOR p Open in PAGER
ORDER TOGGLES
ORDER TOGGLES
^J Disk usage S Apparent du
^J Disk usage S Apparent du
t Time modified s Size
^W Random s Size t Time modified
MISC
MISC
! ^] Spawn SHELL C Execute entry
! ^] Spawn SHELL C Execute entry
R ^V Run/pick script L Lock terminal
R ^V Run/pick script L Lock terminal
@@ -355,6 +354,8 @@ In case of only one match and it's a directory, `nnn` auto selects the directory
export NNN_NO_AUTOSELECT=1
export NNN_NO_AUTOSELECT=1
The _wild mode_ program option can be handy for users who use this 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.
#### File indicators
#### File indicators
The following indicators are used in the detail view:
The following indicators are used in the detail view:
@@ -198,6 +201,9 @@ supports the following options:
.Fl v
.Fl v
show version and exit
show version and exit
.Pp
.Pp
.Fl w
wild mode - entries unsorted on directory load
.Pp
.Fl h
.Fl h
show program help and exit
show program help and exit
.Sh CONFIGURATION
.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.
allowing continuous navigation. Works best with the \fBarrow keys\fR.
.br
.br
In case of only one match and it's a directory, `nnn` auto selects the directory and enters it in this mode.
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
.Sh SELECTION MODE
The absolute path of a single file can be copied to clipboard by pressing \fI^K\fR if
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).
NNN_COPIER is set (see ENVIRONMENT section below).