aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-03 16:56:00 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-04 21:12:27 +0530
commitf063cb7d34f791a4ae6ee60a8e3494545e8fc8f8 (patch)
tree8f099d5a5f0b016b559e68578a369b4804aa178c /README.md
parent1b06828819cce7e67dc620c38554574e25035f1c (diff)
downloadnnn-f063cb7d34f791a4ae6ee60a8e3494545e8fc8f8.tar.gz
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a7ae2b6..9a01f46 100644
--- a/README.md
+++ b/README.md
@@ -400,7 +400,7 @@ To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
`nnn` can invoke custom scripts in the current directory (`$PWD` for the script) with the currently selected file name as the argument.
-Copy the scripts of your interest in the [user-scripts](https://github.com/jarun/nnn/tree/master/user-scripts) directory and let `nnn` know the location:
+Copy the scripts of your interest from the [user-scripts](https://github.com/jarun/nnn/tree/master/user-scripts) directory and let `nnn` know the location:
export NNN_SCRIPT=/absolute/path/to/scripts_dir
@@ -430,7 +430,7 @@ In order to disable opening files on accidental navigation key (<kbd>→</kbd> o
export NNN_RESTRICT_NAV_OPEN=1
-Use <kbd>Enter</kbd> to open files.
+Use <kbd>Enter</kbd> to open these files.
##### Restrict 0-byte files