mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
update man page
This commit is contained in:
parent
be65fe4ccf
commit
cb3ee616c2
3
nnn.1
3
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.
|
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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue