diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-22 19:29:36 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-22 19:30:01 +0530 |
commit | fa31775547b684a31929d25dece89c1d77d3567c (patch) | |
tree | 5c64cc8bb9258bd651c5b6c3fd65a70a7b446ce8 /README.md | |
parent | 6d023d78775511c07ac2470b0272acb9b87a2ee6 (diff) | |
download | nnn-fa31775547b684a31929d25dece89c1d77d3567c.tar.gz |
Fix #231
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -369,6 +369,7 @@ The following indicators are used in the detail view: | --- | --- | | `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | specify bookmarks (max 10) | | `NNN_OPENER=mimeopen` | custom file opener | +| `NNN_OPENER_DETACH=1` | do not block when invoking file opener | | `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] | | `NNN_IDLE_TIMEOUT=300` | idle seconds before locking terminal [default: disabled] | | `NNN_COPIER='copier.sh'` | system clipboard copier script [default: none] | |