diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-23 08:38:28 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-23 08:38:28 +0530 |
commit | f16455f3e0057448ec1208de8faeaf46ecde5964 (patch) | |
tree | 5c6da3cb9bafc8bea3ef3f5df68183a474e5caed /README.md | |
parent | 144682ad49ea9c95fa935abb14a86de41fb8a95e (diff) | |
download | nnn-f16455f3e0057448ec1208de8faeaf46ecde5964.tar.gz |
Update docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -196,9 +196,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. |