mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix #730
This commit is contained in:
parent
240c0e5fed
commit
07e994788a
2
nnn.1
2
nnn.1
|
@ -347,7 +347,7 @@ Press '-' to return to the listing dir. Press 'Enter' to open the symlink.
|
||||||
The minimum file size unit is byte (B). The rest are K, M, G, T, P, E, Z, Y
|
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.
|
(powers of 1024), same as the default units in \fIls\fR.
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
The SHELL, EDITOR (VISUAL, if defined) and PAGER environment variables are
|
The SHELL, VISUAL (else EDITOR) and PAGER environment variables are
|
||||||
used. A single combination of arguments is supported for SHELL and PAGER.
|
used. A single combination of arguments is supported for SHELL and PAGER.
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_OPTS:\fR binary options to
|
\fBNNN_OPTS:\fR binary options to
|
||||||
|
|
|
@ -4561,7 +4561,7 @@ static void show_help(const char *path)
|
||||||
"9o ^O Open with...%-12cn Create new/link\n"
|
"9o ^O Open with...%-12cn Create new/link\n"
|
||||||
"9f ^F File details%-12cd Detail mode toggle\n"
|
"9f ^F File details%-12cd Detail mode toggle\n"
|
||||||
"b^R Rename/dup%-14cr Batch rename\n"
|
"b^R Rename/dup%-14cr Batch rename\n"
|
||||||
"cz Archive%-17ce Edit in EDITOR\n"
|
"cz Archive%-17ce Edit file\n"
|
||||||
"c* Toggle exe%-14c> Export list\n"
|
"c* Toggle exe%-14c> Export list\n"
|
||||||
"5Space ^J (Un)select%-11cm ^K Mark range/clear\n"
|
"5Space ^J (Un)select%-11cm ^K Mark range/clear\n"
|
||||||
"9p ^P Copy sel here%-11ca Select all\n"
|
"9p ^P Copy sel here%-11ca Select all\n"
|
||||||
|
|
Loading…
Reference in a new issue