mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix #573: update docs
This commit is contained in:
parent
124666cb38
commit
0f01bd7d3a
1
nnn.1
1
nnn.1
|
@ -358,6 +358,7 @@ separated by \fI;\fR:
|
||||||
4. To disable directory refresh after running a \fIcommand as plugin\fR,
|
4. To disable directory refresh after running a \fIcommand as plugin\fR,
|
||||||
prefix with \fB-_\fR
|
prefix with \fB-_\fR
|
||||||
5. To skip user confirmation after command execution, suffix with \fB*\fR
|
5. To skip user confirmation after command execution, suffix with \fB*\fR
|
||||||
|
Note: Do not use \fB*\fR with programs those run and exit e.g. cat
|
||||||
|
|
||||||
export NNN_PLUG='y:-_sync*'
|
export NNN_PLUG='y:-_sync*'
|
||||||
|
|
||||||
|
|
|
@ -122,6 +122,8 @@ export NNN_PLUG='s:_smplayer $nnn*;n:-_vim /home/vaio/Dropbox/Public/synced_note
|
||||||
|
|
||||||
Now there will be no prompt after <kbd>;s</kbd> and <kbd>;n</kbd>.
|
Now there will be no prompt after <kbd>;s</kbd> and <kbd>;n</kbd>.
|
||||||
|
|
||||||
|
Note: Do not use `*` with programs those run and exit e.g. cat.
|
||||||
|
|
||||||
#### Run GUI app as plugin
|
#### Run GUI app as plugin
|
||||||
|
|
||||||
To run a GUI app as plugin, add a `|` after `_`. For example:
|
To run a GUI app as plugin, add a `|` after `_`. For example:
|
||||||
|
|
Loading…
Reference in a new issue