]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 19 Dec 2019 19:05:58 +0000 (00:35 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 19 Dec 2019 19:05:58 +0000 (00:35 +0530)
README.md

index 21c81cf1eed90cbda39c29b3f3bf085c3738a3f7..81231c53af4e5061768943cb7a786d98cfa17212 100644 (file)
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ Visit the [Wiki](https://github.com/jarun/nnn/wiki) for concepts, program usage,
 
 1. Install the [utilities you may need](https://github.com/jarun/nnn#utility-dependencies) based on your regular workflows.
 2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-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 `$VISUAL` (else `$EDITOR`, fallback vi): `export NNN_USE_EDITOR=1`.
 4. For additional functionality [install plugins](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins).
 5. To copy selected file paths to system clipboard and show notis on cp, mv, rm completion use option `-x`.
 6. For a strictly CLI-only experience, see plugin `nuke`. It's a sample opener you can customize.
@@ -160,7 +160,9 @@ Completion scripts for Bash, Fish and Zsh are [available](misc/auto-completion).
 
 - [Arun Prakash Jana](https://github.com/jarun) (Copyright © 2016-2019)
 - [0xACE](https://github.com/0xACE)
+- [Anna Arad](https://github.com/annagrram)
 - [KlzXS](https://github.com/KlzXS)
+- [Maxim Baz](https://github.com/maximbaz)
 - and other contributors
 
 `nnn` is actively developed. Visit the to the [ToDo list](https://github.com/jarun/nnn/issues/386) to contribute or see the features in progress.