diff options
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -338,8 +338,10 @@ 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 plugin key. - 2. To skip directory refresh after running a plugin, prefix with \fB-\fR. + 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). + 3. To skip directory refresh after running a plugin, prefix with \fB-\fR. export NNN_PLUG='m:-mediainf' .Ed |