diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-02 16:48:28 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-02 16:50:06 +0530 |
commit | 1dbbc45c7843ce28056786c604430a68f67f56ae (patch) | |
tree | 6dbe53c8e90f025b60dc9169fb71e22b132f03e9 /plugins | |
parent | 61b4416e088e90b947ac6cbfd4b798f67ac4043c (diff) | |
download | nnn-1dbbc45c7843ce28056786c604430a68f67f56ae.tar.gz |
Key | to send file path to FIFO
Diffstat (limited to 'plugins')
-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 4f2a1d4..72b6d96 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. Press <kbd>^L</kbd> to update the preview without changing the hovered entry. +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. #### Examples There are many plugins provided by `nnn` which can be used as examples. Here are a few simple selected examples. |