From 52697e76d54e384b65dc22a2782fc81ebaa979e6 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 1 Jun 2020 13:36:02 +0530 Subject: [PATCH] Workaround #621: preview is updated on redraw (^L) --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index 51a4925f..4f2a1d44 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 ^L 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.