aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-17 14:05:15 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-17 14:08:04 +0530
commit6a4ff8b825ab264835f8e4db72b4659b076fdecb (patch)
treed28b9ce261cdfd901ec4e4fd87b653b158b80c5f /nnn.1
parentb5c7d41d9bf28c111fe2a9821558a14a3bd4afae (diff)
downloadnnn-6a4ff8b825ab264835f8e4db72b4659b076fdecb.tar.gz
Update docs
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)