aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-09-06 21:18:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-09-06 21:18:32 +0530
commit6cf3c86a20cad072c6c608b337118387735bc31d (patch)
treec69eba249d3360b33a25e94aca8eb147e8e13739
parent776c94a74481c6b67e0f62327eb41374fe353207 (diff)
downloadnnn-6cf3c86a20cad072c6c608b337118387735bc31d.tar.gz
Update docs
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a2e439d..6edfb21 100644
--- a/README.md
+++ b/README.md
@@ -303,8 +303,8 @@ The following indicators are used in the detail view:
| gnome-search-tool, catfish | desktop search utility |
| atool, patool ([integration](#integrate-patool)) | create, list and extract archives |
| vidir from moreutils | batch rename, move, delete dir entries |
-| vlock (Linux), bashlock (OS X), lock (BSD) | terminal locker |
-| $EDITOR ($VISUAL, if defined) | edit files (fallback vi) |
+| vlock (Linux), bashlock (OS X), lock(1) (BSD) | terminal locker |
+| $EDITOR (overridden by $VISUAL, if defined) | edit files (fallback vi) |
| $PAGER | page through files (fallback less) |
| $SHELL | spawn a shell, run script (fallback sh) |