aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-21 02:38:34 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-21 02:38:34 +0530
commitcb3ee616c22da9f9cd59920b73e2c026a2d6effa (patch)
tree2495152e7537d8b12fe161249298e7264d67c0f9
parentbe65fe4ccf005b124dea016133d320e8bdb3a31c (diff)
downloadnnn-cb3ee616c22da9f9cd59920b73e2c026a2d6effa.tar.gz
update man page
-rw-r--r--nnn.13
1 files changed, 2 insertions, 1 deletions
diff --git a/nnn.1 b/nnn.1
index f268fdb..2eb5589 100644
--- a/nnn.1
+++ b/nnn.1
@@ -189,7 +189,8 @@ when dealing with the !, e and p commands respectively. A single combination to
NOTE: To run a plugin directly, press \fI:\fR followed by the plugin key.
.Ed
.Pp
- To assign keys to arbitrary non-background cli commands (non-shell-interpreted) and invoke like plugins, add \fI_\fR (underscore) before the command.
+ To assign keys to arbitrary non-background non-shell-interpreted cli
+ commands and invoke like plugins, add \fI_\fR (underscore) before the command.
.Bd -literal
export NNN_PLUG='x:_chmod +x $NNN;g:_git log;s:_smplayer $NNN;o:fzopen'