aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-04 09:50:31 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-04 09:50:31 +0530
commit69e132e36dd7c4b87f3af2d42ca6efe76cc6f1bd (patch)
tree4562a339387da723fa2477a60381a9a9665ac8b8 /nnn.1
parent86e579799b3fff5aa181cf0ff843979751a60f19 (diff)
downloadnnn-69e132e36dd7c4b87f3af2d42ca6efe76cc6f1bd.tar.gz
Update docs
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.118
1 files changed, 9 insertions, 9 deletions
diff --git a/nnn.1 b/nnn.1
index 95e93a6..936eaee 100644
--- a/nnn.1
+++ b/nnn.1
@@ -408,6 +408,15 @@ separated by \fI;\fR:
export NNN_TRASH=1
.Ed
.Pp
+\fBNNN_SEL:\fR absolute path to custom selection file.
+.Pp
+\fBNNN_FIFO:\fR path of a named pipe to write current file path:
+.Bd -literal
+ export NNN_FIFO='/tmp/nnn.fifo'
+
+ NOTE: If the FIFO file doesn't exist it will be created, but it will never be removed.
+.Ed
+.Pp
\fBNNN_LOCKER:\fR terminal locker program.
.Bd -literal
export NNN_LOCKER='bmon -p wlp1s0'
@@ -421,15 +430,6 @@ separated by \fI;\fR:
NOTE: Only the first character is considered if not a \fICtrl+key\fR combo.
.Ed
.Pp
-\fBNNN_SEL:\fR absolute path to custom selection file.
-.Pp
-\fBNNN_FIFO:\fR path of a named pipe to write current file path:
-.Bd -literal
- export NNN_FIFO='/tmp/nnn.fifo'
-
- NOTE: If the FIFO file doesn't exist it will be created, but it will never be removed.
-.Ed
-.Pp
\fBnnn:\fR this is a special variable set to the hovered entry before executing
a command from the command prompt or spawning a shell.
.Pp