diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-22 00:07:48 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-22 00:45:11 +0530 |
commit | 20280e182aece22c953041547f5860341a21b818 (patch) | |
tree | 7dea08613406bc1940a21c9a20cc5a366b26b45a /plugins | |
parent | a900b2c4fa928de32c30943029ccd4b67c4b7ee9 (diff) | |
download | nnn-20280e182aece22c953041547f5860341a21b818.tar.gz |
Update docs
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 1454103..76931bd 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -23,7 +23,7 @@ Plugins can access: - all files in the directory (`nnn` switches to the dir where the plugin is to be run so the dir is `$PWD` for the plugin) -- the currently highlighted file (the file name is passed as the argument to a plugin) +- the current file under the cursor (the file name is passed as the argument to a plugin) - the current selection (by reading the file `~/.config/nnn/.selection`, see the plugin `ndiff`) Each script has a _Description_ section which provides more details on what the script does, if applicable. |