aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-08 20:27:06 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-08 20:27:06 +0530
commit77ebfff98b4aa2fafa5d43e056af4217b9a6c70e (patch)
tree3110a3c59839d4ac0c299020439525bc15e3ebbb /README.md
parent5708585c3b6deac437f4882e5bc111f87febdfac (diff)
downloadnnn-77ebfff98b4aa2fafa5d43e056af4217b9a6c70e.tar.gz
Rename opener nplay to nuke
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8fe0829..d6a5b47 100644
--- a/README.md
+++ b/README.md
@@ -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) |