diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-28 03:40:49 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-28 03:45:57 +0530 |
commit | c0b9703831a39593e99a7849f8caf6df40c2c208 (patch) | |
tree | 2cbb59594a387bbe8293a266ca56bc72ddbd5de8 /README.md | |
parent | 0a21d90ad5c8e5cc4eb52a454b7aa32e642c431d (diff) | |
download | nnn-c0b9703831a39593e99a7849f8caf6df40c2c208.tar.gz |
Fix #147: support one argument to editor
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |