aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-01 08:06:34 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-01 08:06:34 +0530
commit4b9796eae04c9a25e27c8f4328075019ce446c4a (patch)
treeb1b16950138fb09fa2fd28a657a7d2b23c06b3b8 /README.md
parentd7da4acde04e8c340ddf4ba95c73c6c90f3ad78d (diff)
downloadnnn-4b9796eae04c9a25e27c8f4328075019ce446c4a.tar.gz
Fix #157: support one combined arg for EDITOR, PAGER and SHELL
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 132c5a6..4ee622a 100644
--- a/README.md
+++ b/README.md
@@ -330,10 +330,12 @@ The following indicators are used in the detail view:
| $PAGER | page through files (fallback less) |
| $SHELL | spawn a shell, run script (fallback sh) |
-- To edit all text files in EDITOR (preferably CLI, fallback vi):
+To edit all text files in EDITOR (preferably CLI, fallback vi):
export NNN_USE_EDITOR=1
- Note: Arguments to the editor should be combined together, e.g.,
+
+Arguments to the `$EDITOR`, `$PAGER` and `$SHELL` should be combined together, e.g.,
+
export EDITOR='vim -xR'
#### Help