diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-04 09:50:31 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-04 09:50:31 +0530 |
commit | 69e132e36dd7c4b87f3af2d42ca6efe76cc6f1bd (patch) | |
tree | 4562a339387da723fa2477a60381a9a9665ac8b8 /nnn.1 | |
parent | 86e579799b3fff5aa181cf0ff843979751a60f19 (diff) | |
download | nnn-69e132e36dd7c4b87f3af2d42ca6efe76cc6f1bd.tar.gz |
Update docs
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 |