aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-28 03:40:49 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-28 03:45:57 +0530
commitc0b9703831a39593e99a7849f8caf6df40c2c208 (patch)
tree2cbb59594a387bbe8293a266ca56bc72ddbd5de8 /README.md
parent0a21d90ad5c8e5cc4eb52a454b7aa32e642c431d (diff)
downloadnnn-c0b9703831a39593e99a7849f8caf6df40c2c208.tar.gz
Fix #147: support one argument to editor
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e0c675..06669c0 100644
--- a/README.md
+++ b/README.md
@@ -332,6 +332,8 @@ The following indicators are used in the detail view:
- 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.,
+ export EDITOR='vim -xR'
#### Help