]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix order of options in man
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 24 Jun 2019 16:20:01 +0000 (21:50 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 24 Jun 2019 16:20:01 +0000 (21:50 +0530)
nnn.1

diff --git a/nnn.1 b/nnn.1
index ad525074579c0e0d9774bd96c95f50e8fb133046..85f4124d2e58e342731802056f967f8b21e7f4d7 100644 (file)
--- a/nnn.1
+++ b/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.
 .Ed
 .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
-    export NNN_OPENER=mimeopen
+    export NNN_USE_EDITOR=1
 .Ed
 .Pp
 \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
 .Ed
 .Pp
-\fBNNN_SSHFS_OPTS:\fR Pass additional options to sshfs command:
+\fBNNN_SSHFS_OPTS:\fR pass additional options to sshfs command:
 .Bd -literal
     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.
 .Ed
 .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.
 .Bd -literal
     export NNN_NOTE='/home/user/.mynotes'
 .Ed
 .Pp
-\fBNNN_USE_EDITOR:\fR use EDITOR (VISUAL takes preference, preferably CLI, fallback vi) to handle text
-files.
+\fBNNN_OPENER:\fR specify a custom file opener.
 .Bd -literal
-    export NNN_USE_EDITOR=1
+    export NNN_OPENER=mimeopen
 .Ed
 .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.
 .Bd -literal
     export NNN_NO_AUTOSELECT=1