mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update docs
This commit is contained in:
parent
2f6c180433
commit
74b779abc9
2
nnn.1
2
nnn.1
|
@ -401,7 +401,7 @@ separated by \fI;\fR:
|
|||
export NNN_PLUG='y:-!sync*'
|
||||
|
||||
5. To run a \fIGUI app as plugin\fR, add a \fB&\fR after \fB!\fR
|
||||
Note: $nnn must be the last argument in this case.
|
||||
Note: \fI$nnn\fR must be the last argument in this case.
|
||||
|
||||
export NNN_PLUG='m:-!&mousepad $nnn'
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@ To run a GUI app as plugin, add a `&` after `!`.
|
|||
export NNN_PLUG='m:-!&mousepad $nnn'
|
||||
```
|
||||
|
||||
Note: $nnn must be the last argument in this case.
|
||||
Note: `$nnn` must be the last argument in this case.
|
||||
|
||||
#### Page non-interactive command output
|
||||
|
||||
|
|
Loading…
Reference in a new issue