diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-07 22:48:33 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-07 23:04:40 +0530 |
commit | 5826da920fdae35cd2abc705a559bf9e59cf94e6 (patch) | |
tree | 8cae6059d1b42749c0afbf947c61412746fa3ee5 /README.md | |
parent | 3b2b6f2b46325bc74e3dd202fb000760b0a55fe9 (diff) | |
download | nnn-5826da920fdae35cd2abc705a559bf9e59cf94e6.tar.gz |
Add nplay: a custom opener
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=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) | |