diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-08 20:27:06 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-08 20:27:06 +0530 |
commit | 77ebfff98b4aa2fafa5d43e056af4217b9a6c70e (patch) | |
tree | 3110a3c59839d4ac0c299020439525bc15e3ebbb /README.md | |
parent | 5708585c3b6deac437f4882e5bc111f87febdfac (diff) | |
download | nnn-77ebfff98b4aa2fafa5d43e056af4217b9a6c70e.tar.gz |
Rename opener nplay to nuke
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ There is no config file. Associated files are stored under `${XDG_CONFIG_HOME:-$ | Example `export` | Description | | --- | --- | -| `NNN_OPENER=nplay` | custom file opener ([nplay](https://github.com/jarun/nnn/blob/master/plugins/nplay)) | +| `NNN_OPENER=nuke` | custom file opener (see plugin `nuke`) | | `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | key-bookmark pairs [max 10] | | `NNN_PLUG='o:fzopen;m:nmount;x:_chmod +x $nnn'` | key-plugin (or cmd) pairs (<kbd>:key</kbd> to run) [max 15] | | `NNN_USE_EDITOR=1` | open text files in `$VISUAL` (else `$EDITOR`, fallback vi) | |