mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Merge pull request #1114 from jcromero/patch-1
Fix wrong exclamation mark char description
This commit is contained in:
commit
0db988b9b2
3
nnn.1
3
nnn.1
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue