diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-13 12:55:46 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-13 12:55:46 +0530 |
commit | 23770ed049cca8fad8e06f3a4a5fcb4154b7ed9e (patch) | |
tree | a1c412017edced22170838342da10d0b328e6502 /plugins/README.md | |
parent | 2200a1c9be7c63dd6b2c1abc7f6324a9c79f2fe5 (diff) | |
download | nnn-23770ed049cca8fad8e06f3a4a5fcb4154b7ed9e.tar.gz |
Update docs
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 a1f7c24..03065c3 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -86,7 +86,7 @@ export NNN_PLUG='f:finder;o:fzopen;p:mocplay;d:diffs;t:nmount;v:imgview' Plugin `finder` can be run with the keybind <kbd>;f</kbd>, `fzopen` can be run with <kbd>;o</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen. -Alternative way to run a plugin directly - prefix with <kbd>Alt</kbd> (i.e. <kbd>Alt+key_char</kbd>). +Alternatively, combine with <kbd>Alt</kbd> (i.e. <kbd>Alt+key</kbd>). To select and invoke a plugin from the plugin directory, press <kbd>Enter</kbd> (to _enter_ the plugin dir) after the plugin shortcut. |