README.md | 2 +-
plugins/README.md | 8 ++++----
plugins/fzy-open => plugins/fzopen | 0
diff --git a/README.md b/README.md
index 1c95ae48660fd6d89b8a1a37510d30614db28410..e968f4c8e3f22ea70bda6226cf76add2da0af745 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@
| Example `export` | Description |
| --- | --- |
| `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | key-bookmark pairs [max 10] |
-| `NNN_PLUG='p:mocplay;m:nmount;t:thumb;x:_chmod +x'` | key-plugin (or cmd) pairs (:key to run) [max 15] |
+| `NNN_PLUG='m:nmount;t:thumb;x:_chmod +x $NNN'` | key-plugin (or cmd) pairs (:key to run) [max 15] |
| `NNN_USE_EDITOR=1` | open text files in `$VISUAL` (else `$EDITOR`, fallback vi) |
| `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] |
| `NNN_SSHFS_OPTS='sshfs -o reconnect,idmap=user'` | specify SSHFS options |
diff --git a/plugins/README.md b/plugins/README.md
index a7876466461d1018cb411c2faaafd261b171a751..1300233b3a0f7f8030cf470f4b92dd24493de87d 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -15,7 +15,7 @@ | checksum | sh | md5sum,
sha256sum | Create and verify checksums |
| dragdrop | sh | [dragon](https://github.com/mwh/dragon) | Drag/drop files from/into nnn |
| exetoggle | sh | chmod | Toggle executable status of hovered file |
| fzcd | sh | fzy/fzf
(optional fd) | Change to the directory of a fuzzy-selected file/dir |
-| fzy-open | sh | fzy, xdg-open | Fuzzy find a file in dir subtree and edit or xdg-open |
+| fzopen | sh | fzy, xdg-open | Fuzzy find a file in dir subtree and edit or xdg-open |
| getplugs | sh | curl | Update plugins |
| gutenread | sh | curl, unzip, w3m
[epr](https://github.com/wustho/epr) (optional)| Browse, download, read from Project Gutenberg |
| hexview | sh | xxd | View a file in hex in `$PAGER` |
@@ -67,9 +67,9 @@ ## Executing plugins
**Method 1:** Directly with :key:
- export NNN_PLUG='o:fzy-open;p:mocplay;d:ndiff;m:nmount;n:notes;v:viuimg;t:thumb'
+ export NNN_PLUG='o:fzopen;p:mocplay;d:ndiff;m:nmount;n:notes;v:viuimg;t:thumb'
-Now plugin `fzy-open` can be run with the keybind :o, `mocplay` can be run with :p and so on... The key vs. plugin pairs are shown in the help and config screen.
+Now plugin `fzopen` can be run with the keybind :o, `mocplay` can be run with :p and so on... The key vs. plugin pairs are shown in the help and config screen.
**Method 2:** Use the _pick plugin_ shortcut to visit the plugin directory and execute a plugin. Repeating the same shortcut cancels the operation and puts you back in the original directory.
@@ -77,7 +77,7 @@ ## Running commands as plugin
To assign keys to arbitrary non-background cli commands (non-shell-interpreted) and invoke like plugins, add `_` (underscore) before the command. For example:
- export NNN_PLUG='x:_chmod +x $NNN;g:_git log;s:_smplayer $NNN;o:fzy-open'
+ export NNN_PLUG='x:_chmod +x $NNN;g:_git log;s:_smplayer $NNN;o:fzopen'
Now :x can be used to make a file executable, :g can be used to the git log of a git project directory, :s can be used to preview a partially downloaded media file.
diff --git a/plugins/fzy-open b/plugins/fzopen
rename from plugins/fzy-open
rename to plugins/fzopen