diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | nnn.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -96,7 +96,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw - Reverse sort - Mimes - Open with desktop opener or specify a custom opener - - Preview files with FIFO-based previewer + - Preview hovered files in FIFO-based previewer - Create, list, extract, mount (FUSE based) archives - Option to open all text files in EDITOR - Information @@ -410,7 +410,7 @@ separated by \fI;\fR: .Pp \fBNNN_SEL:\fR absolute path to custom selection file. .Pp -\fBNNN_FIFO:\fR path of a named pipe to write current file path: +\fBNNN_FIFO:\fR path of a named pipe to write the hovered file path: .Bd -literal export NNN_FIFO='/tmp/nnn.fifo' |