From 4b9796eae04c9a25e27c8f4328075019ce446c4a Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 1 Dec 2018 08:06:34 +0530 Subject: Fix #157: support one combined arg for EDITOR, PAGER and SHELL --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2