aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-24 20:31:52 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-24 20:31:52 +0530
commit58e4b443a53facb9bb69370c35b1f3b3a0215eb8 (patch)
treee0b0f0e07051b7184386834bc833213e091d9126 /README.md
parent32dde3390acf4f3cfcd9367a8875699e675db97b (diff)
downloadnnn-58e4b443a53facb9bb69370c35b1f3b3a0215eb8.tar.gz
Check binary config values are 1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0046782..4327a39 100644
--- a/README.md
+++ b/README.md
@@ -375,7 +375,7 @@ The following indicators are used in the detail view:
| `NNN_COPIER='/absolute/path/to/copier'` | system clipboard copier script [default: none] |
| `NNN_NOTE=/home/user/Dropbox/notes` | path to note file [default: none] |
| `NNN_TMPFILE=/tmp/nnn` | file to write current open dir path to for cd on quit |
-| `NNN_USE_EDITOR=1` | Open text files in `$EDITOR` (`$VISUAL`, if defined; fallback vi) |
+| `NNN_USE_EDITOR=1` | open text files in `$EDITOR` (`$VISUAL`, if defined; fallback vi) |
| `NNN_NO_AUTOSELECT=1` | do not auto-select matching dir in _nav-as-you-type_ mode |
| `NNN_RESTRICT_NAV_OPEN=1` | open files on <kbd> ↵</kbd>, not <kbd>→</kbd> or <kbd>l</kbd> |
| `NNN_RESTRICT_0B=1` | do not open 0-byte files |