aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-18 10:29:47 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-18 15:24:21 +0530
commita80ed0554dc677a26aca8a7a967cd60e1192edd4 (patch)
treee641fb20f72d10cc53b176cc4c1805be8f00d69b /README.md
parentb39dd626904d7b316fc17c7b47a7f32f8b11083d (diff)
downloadnnn-a80ed0554dc677a26aca8a7a967cd60e1192edd4.tar.gz
Update docs
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 206bf80..3b07b03 100644
--- a/README.md
+++ b/README.md
@@ -194,7 +194,7 @@ Option completion scripts for Bash, Fish and Zsh can be found in respective subd
1. Install the [utilities required](#utility-dependencies) for your regular activities.
2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/hacking-nnn#cd-on-quit).
-3. Optionally open all text files in EDITOR (fallback vi): `export NNN_USE_EDITOR=1`
+3. Optionally open all text files in `$EDITOR` (fallback vi): `export NNN_USE_EDITOR=1`
4. Run `n`.
5. To use `nnn` as a GUI app launcher with fuzzy selection menu, drop [`nlaunch`](https://github.com/jarun/nnn/blob/master/user-scripts/nlaunch) somewhere in your `$PATH`.
6. Don't memorize keys. Arrows, <kbd>/</kbd> and <kbd>q</kbd> suffice. Press <kbd>?</kbd> for help on keyboard shortcuts anytime.