aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.13
1 files changed, 3 insertions, 0 deletions
diff --git a/nnn.1 b/nnn.1
index 0725a02..d7043b8 100644
--- a/nnn.1
+++ b/nnn.1
@@ -380,6 +380,9 @@ separated by \fI;\fR:
.Bd -literal
export NNN_PLUG='x:_chmod +x $nnn;g:_git log;s:_smplayer $nnn'
+ To pick and run an unassigned plugin, press \fBEnter\fR at the plugin prompt.
+ To run a plugin at startup, use the option `-P` followed by the plugin key.
+
NOTES:
1. Use single quotes for $NNN_PLUG so $nnn is not interpreted
2. $nnn should be the last argument (IF used)