1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Usage (markdown)

Piña Colada 2021-06-06 18:32:13 +05:30
parent 2490ea5e22
commit 56cf359975

@ -84,7 +84,7 @@ Use plugin `nbak` to backup configuration.
| `NNN_OPTS="cEnrx"` | binary options to `nnn` |
| `NNN_OPENER="/path/to/custom/opener"` | custom opener (see plugin `nuke`) |
| `NNN_BMS="d:$HOME/Documents;D:$HOME/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_PLUG='o:fzopen;m:nmount;x:!chmod +x $nnn'` <sup>1</sup> | key-plugin (or cmd) pairs |
| `NNN_ARCHIVE="\\.(7z\|bz2\|gz\|tar\|tgz\|zip)$"` <sup>2</sup> | archives [default: bzip2, (g)zip, tar]
| `NNN_COLORS='1234'` (/`'#0a1b2c3d'`/`'#0a1b2c3d;1234'`) <sup>3</sup> <sup>5</sup>| context colors [default: '4444' (blue)] |
| `NNN_FCOLORS='c1e2272e006033f7c6d6abc4'` <sup>4</sup> | file-specific colors |