mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Basic use cases (markdown)
parent
21cf5a7df4
commit
2490ea5e22
|
@ -92,7 +92,7 @@ bash -i
|
||||||
|
|
||||||
You can also use the _run cmd as plugin_ method:
|
You can also use the _run cmd as plugin_ method:
|
||||||
|
|
||||||
`s:_bash -i*`
|
`s:!bash -i*`
|
||||||
|
|
||||||
## Hot-plugged drives
|
## Hot-plugged drives
|
||||||
|
|
||||||
|
@ -333,7 +333,7 @@ Notes:
|
||||||
Open your note file OR directory (if your editor supports opening a dir like `vim`) in your favourite editor like a plugin (see plugin docs for more info):
|
Open your note file OR directory (if your editor supports opening a dir like `vim`) in your favourite editor like a plugin (see plugin docs for more info):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export NNN_PLUG=n:-_vim /home/vaio/Dropbox/Public/Docs/Notes/note*
|
export NNN_PLUG=n:-!vim /home/vaio/Dropbox/Public/Docs/Notes/note*
|
||||||
```
|
```
|
||||||
|
|
||||||
To keep the file synced across systems you may want to specify a file synced by a cloud storage service or stored in a network share.
|
To keep the file synced across systems you may want to specify a file synced by a cloud storage service or stored in a network share.
|
||||||
|
|
Loading…
Reference in a new issue