diff options
author | 2019-11-22 17:51:13 +0530 | |
---|---|---|
committer | 2019-11-22 17:51:13 +0530 | |
commit | 594d645e259083b217518ef0507edfe5395711af (patch) | |
tree | 531fcf59d50287011797fd3179258379b0376622 /nnn.1 | |
parent | 085bda03305ffd5cb502743a06ac6b2513b7234e (diff) | |
download | nnn-594d645e259083b217518ef0507edfe5395711af.tar.gz |
Rename plugins, group related ones
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,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;i:mediainf' + export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;t:imgthumb;i:mediainf' NOTE: To run a plugin directly, press \fI:\fR followed by the plugin key. .Ed |