update man page

This commit is contained in:
Arun Prakash Jana 2019-11-21 02:38:34 +05:30
parent be65fe4ccf
commit cb3ee616c2
No known key found for this signature in database
GPG key ID: A75979F35C080412

3
nnn.1
View file

@ -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. NOTE: To run a plugin directly, press \fI:\fR followed by the plugin key.
.Ed .Ed
.Pp .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 .Bd -literal
export NNN_PLUG='x:_chmod +x $NNN;g:_git log;s:_smplayer $NNN;o:fzopen' export NNN_PLUG='x:_chmod +x $NNN;g:_git log;s:_smplayer $NNN;o:fzopen'