diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-25 07:50:54 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-25 07:50:54 +0530 |
commit | cf4ad22676700dcb750c0ef4bd7e73946f11ac6f (patch) | |
tree | df5d40d817fa84b7841e805127419a52982350f9 /plugins/README.md | |
parent | b987931f47a0e062fe85b46052910af2d3c21488 (diff) | |
download | nnn-cf4ad22676700dcb750c0ef4bd7e73946f11ac6f.tar.gz |
Add complete audio conversion tip
Diffstat (limited to 'plugins/README.md')
-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 9007eb4..5163cb2 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -66,7 +66,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. You ca With this, plugin `fzy-open` can be run with the keybind <kbd>:o</kbd>, `mocplay` can be run with <kbd>:p</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen. Up to 10 plugins can have such keybinds. -To assign keys to arbitrary cli commands (non-shell-interpreted) and invoke like plugins, add `_` (underscore) before the command. For example: +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;o:fzy-open' |