aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-17 22:54:39 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-17 22:54:39 +0530
commitcafcf1c4859c7a43eed0e2489142166195078d5d (patch)
tree89bdb9ee375711ba36aee8918ff325b7cb4a38f8 /nnn.1
parent54d9a6e4f9a23421185301e1226817fe3a4209f8 (diff)
downloadnnn-cafcf1c4859c7a43eed0e2489142166195078d5d.tar.gz
Take to target on Right/l on symlink in list dir
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.17
1 files changed, 5 insertions, 2 deletions
diff --git a/nnn.1 b/nnn.1
index 84f907e..7a34f3b 100644
--- a/nnn.1
+++ b/nnn.1
@@ -272,7 +272,7 @@ list again. If no file is selected in the current session, this option attempts
to list the selection file.
.Sh LIST INPUT
.Nm
-can receive a list of NUL-separated ('\\0') file pathss as input. Paths and can
+can receive a list of NUL-separated ('\\0') file paths as input. Paths and can
be relative to the current directory or absolute.
.Pp
Input is limited by 65,536 paths or 256 MiB of input.
@@ -305,7 +305,10 @@ A temporary directory will be created containing symlinks to the given
paths. Any action performed on these symlinks will be performed only on their
targets, after which they might become invalid.
.Pp
-\fBInvalid paths in the iput are ignored.\fR
+Right arrow or 'l' on a symlink in the listing dir takes to the target file.
+Press '-' to return to the listing dir. Press 'Enter' to open the symlink.
+.Pp
+\fBInvalid paths in the input are ignored.\fR
.Sh UNITS
The minimum file size unit is byte (B). The rest are K, M, G, T, P, E, Z, Y
(powers of 1024), same as the default units in \fIls\fR.