diff options
| author | 2020-01-07 22:12:39 +0530 | |
|---|---|---|
| committer | 2020-01-07 22:12:39 +0530 | |
| commit | 23ef45ee4904f552d0b1b0e5fd9d6e738d649788 (patch) | |
| tree | a396c0977d13a10dc1a806a00635aafb3632aeda /plugins | |
| parent | e4b762dcc10d3b63f907b817ab9a87be2bb6f7c7 (diff) | |
| download | nnn-23ef45ee4904f552d0b1b0e5fd9d6e738d649788.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 42af886..60fa5c0 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -121,7 +121,7 @@ Plugins can also read the `.selection` file in the config directory. Plugins can be written in any scripting language. However, POSIX-compliant shell scripts runnable in `sh` are preferred. -Drop the plugin in `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins` and make it executable. Optionally add a custom keybind in `$NNN_PLUG` for frequent usage. +Drop the plugin in `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins` and make it executable. Optionally add a hotkey in `$NNN_PLUG` for frequent usage. #### Controlling `nnn`'s active directory `nnn` provides a mechanism for plugins to control its active directory. |