From f063cb7d34f791a4ae6ee60a8e3494545e8fc8f8 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 3 Apr 2019 16:56:00 +0530 Subject: [PATCH] Update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7ae2b61..9a01f468 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ To lookup keyboard shortcuts at runtime, press ?. `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 ( o export NNN_RESTRICT_NAV_OPEN=1 -Use Enter to open files. +Use Enter to open these files. ##### Restrict 0-byte files