aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-07 22:48:33 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-07 23:04:40 +0530
commit5826da920fdae35cd2abc705a559bf9e59cf94e6 (patch)
tree8cae6059d1b42749c0afbf947c61412746fa3ee5 /README.md
parent3b2b6f2b46325bc74e3dd202fb000760b0a55fe9 (diff)
downloadnnn-5826da920fdae35cd2abc705a559bf9e59cf94e6.tar.gz
Add nplay: a custom opener
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 99abf9b..2135a77 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=mimeopen` | custom file opener |
+| `NNN_OPENER=nplay` | custom file opener ([nplay](https://github.com/jarun/nnn/blob/master/misc/nplay/nplay)) |
| `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) |