diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-21 03:39:47 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-21 03:39:47 +0530 |
commit | dd52acb925b2e0783e7721ea089eba502272f34f (patch) | |
tree | 19cb08f0aa68be16003c6157778ea85e2168e7f9 | |
parent | 10dea591f088a52648e08eb38a7158509125f458 (diff) | |
download | nnn-dd52acb925b2e0783e7721ea089eba502272f34f.tar.gz |
Update docs
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,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_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] | -| `NNN_IDLE_TIMEOUT=300` | idle time to lock terminal [default: disabled] | +| `NNN_IDLE_TIMEOUT=300` | idle seconds before locking terminal [default: disabled] | | `NNN_COPIER='copier.sh'` | system clipboard copier script [default: none] | | `NNN_SCRIPT=/home/user/scripts[/script.sh]` | path to script dir or a single script | | `NNN_NOTE=/home/user/Dropbox/Public/notes` | path to note file [default: none] | |