diff --git a/nnn.1 b/nnn.1 index 93e231ea..f78ea132 100644 --- a/nnn.1 +++ b/nnn.1 @@ -338,9 +338,8 @@ separated by \fI;\fR: export NNN_PLUG='f:finder;o:fzopen;p:mocplay;d:diffs;t:nmount;v:imgview' NOTES: - 1. To run a plugin directly, press \fI;\fR followed by the key_char. - 2. Alternative way to run a plugin directly - - prefix with \fIAlt\fR (i.e. \fIAlt+key_char\fR). + 1. To run a plugin directly, press \fI;\fR followed by the key. + 2. Alternatively, combine with \fIAlt\fR (i.e. \fIAlt+key\fR). 3. To skip directory refresh after running a plugin, prefix with \fB-\fR. export NNN_PLUG='m:-mediainf' diff --git a/plugins/README.md b/plugins/README.md index a1f7c245..03065c36 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 ;f, `fzopen` can be run with ;o 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 Alt (i.e. Alt+key_char). +Alternatively, combine with Alt (i.e. Alt+key). To select and invoke a plugin from the plugin directory, press Enter (to _enter_ the plugin dir) after the plugin shortcut.