]> Sergey Matveev's repositories - nnn.git/commitdiff
Move Live Preview usage notes to Wiki page
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 3 Jun 2020 03:45:00 +0000 (09:15 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 3 Jun 2020 03:45:00 +0000 (09:15 +0530)
nnn.1
plugins/README.md

diff --git a/nnn.1 b/nnn.1
index 3fb59a2bd3483785642010e45d1d61853f55812c..7655af3543b7d6fd327ec5602c403ebf530e33cf 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -193,7 +193,6 @@ Special keys at filter prompt:
 ------ + ---------------------------------------
  ^char | Usual keybind functionality
  Esc   | Exit filter prompt but skip dir refresh
- F5    | Exit filter prompt and refresh dir
 ------ + ---------------------------------------
 .Ed
 .Pp
index 72b6d96ba2de3bc16936f982d6b1d2652d56bc83..e5c04daf0f0398ec1cf170b4707d189e281cb676 100644 (file)
@@ -198,13 +198,9 @@ Usage examples can be found in the Examples section below.
 
 If `NNN_FIFO` is set, `nnn` will open it and write every hovered files. This can be used in plugins and external scripts, e.g. to implement file previews.
 
-The easiest way to set `NNN_FIFO` is to start `nnn` with the `-a` option, to automatically setup a temporary FIFO file for this `nnn` instance.
-
-If a `NNN_FIFO` environment variable is set globally (and `-a` is not passed to `nnn`), each `nnn` instance will write to the same FIFO, and a process reading from the pipe will get hovered path from every instance, interleaved.
-
 Don't forget to fork in the background to avoid blocking `nnn`.
 
-Note that `nnn` does not watch the hovered file and update the path if it's modified while under preview. Press <kbd>|</kbd> to update the preview without changing the hovered entry.
+For more details on configuration and usage of the preview plugins, visit [Live Previews](https://github.com/jarun/nnn/wiki/Live-previews).
 
 #### Examples
 There are many plugins provided by `nnn` which can be used as examples. Here are a few simple selected examples.