]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 13 May 2020 07:25:46 +0000 (12:55 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 13 May 2020 07:25:46 +0000 (12:55 +0530)
nnn.1
plugins/README.md

diff --git a/nnn.1 b/nnn.1
index 93e231ea3957a04abf688cffb848620be1329f63..f78ea132fbc1d9797d6cfba3a072440fbe9f5c67 100644 (file)
--- 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'
index a1f7c245e6dba9a4dca28659186ceb0d735eddb1..03065c3609c7e8ae0a57b817bd9f4069abc9478f 100644 (file)
@@ -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.