diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-01 01:40:02 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-01 01:40:02 +0530 |
commit | f5b5cf5fd71fb7a5286cc0c427fa2462bd4b7ad3 (patch) | |
tree | 6d05fb77fcd8ede6d3bc4d1d961ddc9c9ba4c223 /plugins/README.md | |
parent | 8549121d86c62406fa5326a3c091d745315cff8b (diff) | |
download | nnn-f5b5cf5fd71fb7a5286cc0c427fa2462bd4b7ad3.tar.gz |
Document non-repeat-refresh of file under preview
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md index 164207b..51a4925 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. |