Merge pull request #1114 from jcromero/patch-1

Fix wrong exclamation mark char description
This commit is contained in:
Terminator X 2021-07-24 15:48:36 +05:30 committed by GitHub
commit 0db988b9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
nnn.1
View file

@ -380,8 +380,7 @@ separated by \fI;\fR:
.Ed .Ed
.Pp .Pp
To assign keys to arbitrary non-background non-shell-interpreted cli To assign keys to arbitrary non-background non-shell-interpreted cli
commands and invoke like plugins, add \fI!\fR (underscore) before the commands and invoke like plugins, add \fI!\fR before the command.
command.
.Bd -literal .Bd -literal
export NNN_PLUG='x:!chmod +x $nnn;g:!git log;s:!smplayer $nnn' export NNN_PLUG='x:!chmod +x $nnn;g:!git log;s:!smplayer $nnn'