diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-09-30 05:47:38 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-09-30 05:47:38 +0530 |
commit | 20e8116a6c27cc876d4794703305946bbf5e6343 (patch) | |
tree | 90575e599131c29ec86ece1982d5f0df7be671ce | |
parent | b0a806ae2eaeff81d92762baebd4241d09f6f61a (diff) | |
download | nnn-20e8116a6c27cc876d4794703305946bbf5e6343.tar.gz |
Fix #44: document PAGER usage in certain screens
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | nnn.1 | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -238,6 +238,8 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found 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 support regexes to instantly (search-as-you-type) list the matching entries in the current directory. @@ -112,6 +112,9 @@ Quit Backing up one directory level will set the cursor position at the directory you came out of. .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 supports the following options: .Pp |