mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Fix order of options in man
This commit is contained in:
parent
277f156c37
commit
80bdeb8d72
20
nnn.1
20
nnn.1
|
@ -145,9 +145,10 @@ when dealing with the !, e and p commands respectively. A single combination to
|
||||||
NOTE: Bookmark keys should be single-character to use them in combination with the Leader key.
|
NOTE: Bookmark keys should be single-character to use them in combination with the Leader key.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_OPENER:\fR specify a custom file opener.
|
\fBNNN_USE_EDITOR:\fR use VISUAL (else EDITOR, preferably CLI, fallback vi) to handle text
|
||||||
|
files.
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_OPENER=mimeopen
|
export NNN_USE_EDITOR=1
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_CONTEXT_COLORS:\fR string of color codes for each context, e.g.:
|
\fBNNN_CONTEXT_COLORS:\fR string of color codes for each context, e.g.:
|
||||||
|
@ -157,28 +158,27 @@ when dealing with the !, e and p commands respectively. A single combination to
|
||||||
codes: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
|
codes: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_SSHFS_OPTS:\fR Pass additional options to sshfs command:
|
\fBNNN_SSHFS_OPTS:\fR pass additional options to sshfs command:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_SSHFS_OPTS='sshfs -o reconnect,idmap=user,cache_timeout=3600'
|
export NNN_SSHFS_OPTS='sshfs -o reconnect,idmap=user,cache_timeout=3600'
|
||||||
|
|
||||||
NOTE: The options must be preceded by `sshfs` and comma-separated without any space between them.
|
NOTE: The options must be preceded by `sshfs` and comma-separated without any space between them.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_IDLE_TIMEOUT:\fR set idle timeout (in seconds) to invoke terminal locker (default: disabled).
|
|
||||||
.Pp
|
|
||||||
\fBNNN_COPIER:\fR system clipboard copier script. The project page has some sample copier scripts.
|
|
||||||
.Pp
|
|
||||||
\fBNNN_NOTE:\fR \fIabsolute\fR path to a note file.
|
\fBNNN_NOTE:\fR \fIabsolute\fR path to a note file.
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_NOTE='/home/user/.mynotes'
|
export NNN_NOTE='/home/user/.mynotes'
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_USE_EDITOR:\fR use EDITOR (VISUAL takes preference, preferably CLI, fallback vi) to handle text
|
\fBNNN_OPENER:\fR specify a custom file opener.
|
||||||
files.
|
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_USE_EDITOR=1
|
export NNN_OPENER=mimeopen
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
|
\fBNNN_IDLE_TIMEOUT:\fR set idle timeout (in seconds) to invoke terminal locker (default: disabled).
|
||||||
|
.Pp
|
||||||
|
\fBNNN_COPIER:\fR system clipboard copier script. The project page has some sample copier scripts.
|
||||||
|
.Pp
|
||||||
\fBNNN_NO_AUTOSELECT:\fR disable directory auto-selection in \fInavigate-as-you-type\fR mode.
|
\fBNNN_NO_AUTOSELECT:\fR disable directory auto-selection in \fInavigate-as-you-type\fR mode.
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_NO_AUTOSELECT=1
|
export NNN_NO_AUTOSELECT=1
|
||||||
|
|
Loading…
Reference in a new issue