mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Usage (markdown)
parent
63cc0c613c
commit
9f3f07ad3f
2
Usage.md
2
Usage.md
|
@ -77,8 +77,8 @@ There is no config file. Associated files are at
|
|||
| `NNN_OPENER="/path/to/custom/opener"` | custom opener (see plugin `nuke`) |
|
||||
| `NNN_BMS='d:~/Documents;D:~/Docs archive/'` <sup>1</sup> | key-bookmark pairs |
|
||||
| `NNN_PLUG='o:fzopen;m:nmount;x:_chmod +x $nnn'` <sup>1</sup> | key-plugin (or cmd) pairs |
|
||||
| `NNN_COLORS='1234'` <sup>3</sup> | context colors [default: '4444' (blue)] |
|
||||
| `NNN_ARCHIVE="\\.(7z\|bz2\|gz\|tar\|tgz\|zip)$"` <sup>2</sup> | archives [default: bzip2, (g)zip, tar]
|
||||
| `NNN_COLORS='1234'` <sup>3</sup> | context colors [default: '4444' (blue)] |
|
||||
| `NNN_SSHFS='sshfs -o reconnect,idmap=user'` <sup>3</sup> | custom SSHFS cmd |
|
||||
| `NNN_RCLONE='rclone mount --read-only'` <sup>3</sup> | custom rclone cmd |
|
||||
| `NNN_TRASH=1` | use desktop Trash [default: delete] |
|
||||
|
|
Loading…
Reference in a new issue