diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-01 08:06:34 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-01 08:06:34 +0530 |
commit | 4b9796eae04c9a25e27c8f4328075019ce446c4a (patch) | |
tree | b1b16950138fb09fa2fd28a657a7d2b23c06b3b8 /README.md | |
parent | d7da4acde04e8c340ddf4ba95c73c6c90f3ad78d (diff) | |
download | nnn-4b9796eae04c9a25e27c8f4328075019ce446c4a.tar.gz |
Fix #157: support one combined arg for EDITOR, PAGER and SHELL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |