From f5b5cf5fd71fb7a5286cc0c427fa2462bd4b7ad3 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 1 Jun 2020 01:40:02 +0530 Subject: [PATCH] Document non-repeat-refresh of file under preview --- plugins/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/README.md b/plugins/README.md index 164207b0..51a4925f 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -204,6 +204,8 @@ If a `NNN_FIFO` environment variable is set globally (and `-a` is not passed to 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. + #### Examples There are many plugins provided by `nnn` which can be used as examples. Here are a few simple selected examples.