From c1bfeb106d2a8e7cdeaea84e6c53c7898511cb43 Mon Sep 17 00:00:00 2001 From: Arun Date: Sat, 25 Dec 2021 07:52:13 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Concepts.md b/Concepts.md index 131f1c7..e91fb6a 100644 --- a/Concepts.md +++ b/Concepts.md @@ -93,7 +93,7 @@ Additional special keys at **_empty filter prompt_** in **_type-to-nav_** mode: | Key | Function | |:---:| --- | | ' | Go to first file/match | -| + | Toggle auto-advance | +| + | Toggle auto-advance on file open | | , | Mark CWD | | - | Go to last visited dir | | . | Show hidden files | @@ -127,7 +127,7 @@ Use regex for case-sensitive filtering with wide chars as the function [`strcase In this mode directories are opened in filter mode, allowing continuous navigation. -When there's a unique match and it's a directory, `nnn` auto selects the directory and enters it in this mode. Program option `-A` disables this. +When there's a unique match and it's a directory, `nnn` auto-enters the directory in this mode. Program option `-A` disables this. To start in _type-to-nav_ mode, use the program option `-n` or press ^N.