mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix #44: document PAGER usage in certain screens
This commit is contained in:
parent
b0a806ae2e
commit
20e8116a6c
|
@ -238,6 +238,8 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
|
||||||
q, ^Q | Quit
|
q, ^Q | Quit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Help & settings, file details, media info and archive listing are shown in the PAGER. Please use the PAGER-specific keys in these screens.
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
Filters support regexes to instantly (search-as-you-type) list the matching entries in the current directory.
|
Filters support regexes to instantly (search-as-you-type) list the matching entries in the current directory.
|
||||||
|
|
3
nnn.1
3
nnn.1
|
@ -112,6 +112,9 @@ Quit
|
||||||
Backing up one directory level will set the cursor position at the
|
Backing up one directory level will set the cursor position at the
|
||||||
directory you came out of.
|
directory you came out of.
|
||||||
.Pp
|
.Pp
|
||||||
|
Help & settings, file details, media info and archive listing are shown in the
|
||||||
|
PAGER. Please use the PAGER-specific keys in these screens.
|
||||||
|
.Pp
|
||||||
.Nm
|
.Nm
|
||||||
supports the following options:
|
supports the following options:
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in a new issue