Update example

This commit is contained in:
Arun Prakash Jana 2019-08-30 21:03:39 +05:30
parent ec873ab4fa
commit 460fe7c080
No known key found for this signature in database
GPG key ID: A75979F35C080412

2
nnn.1
View file

@ -152,7 +152,7 @@ when dealing with the !, e and p commands respectively. A single combination to
\fBNNN_PLUG:\fR directly executable plugins as \fIkey_char:location\fR pairs (max 10) separated by
\fI;\fR:
.Bd -literal
export NNN_PLUG='o:fzy-open;p:mocplay;d:ndiff;m:nmount;t:thumb'
export NNN_PLUG='o:fzy-open;p:mocplay;d:ndiff;m:nmount;t:thumb;i:mediainf'
NOTE: To run a plugin directly, press 'x' followed by the plugin key.
.Ed