diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-01 13:36:02 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-01 13:36:02 +0530 |
commit | 52697e76d54e384b65dc22a2782fc81ebaa979e6 (patch) | |
tree | 4761d5d70556fc2025d8d0228d1e8fc5c6d21953 | |
parent | 68b9185071632d9afe8dba1b32bc40ba25b9b301 (diff) | |
download | nnn-52697e76d54e384b65dc22a2782fc81ebaa979e6.tar.gz |
Workaround #621: preview is updated on redraw (^L)
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md index 51a4925..4f2a1d4 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -204,7 +204,7 @@ 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. +Note that `nnn` does not watch the hovered file and update the path if it's modified while under preview. Press <kbd>^L</kbd> to update the preview without changing the hovered entry. #### Examples There are many plugins provided by `nnn` which can be used as examples. Here are a few simple selected examples. |