From 99965c9971341f7fc669a3bf52f4763be712597c Mon Sep 17 00:00:00 2001 From: Arun Date: Tue, 14 Jun 2022 13:18:35 +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 d17339e..360717e 100644 --- a/Concepts.md +++ b/Concepts.md @@ -65,6 +65,8 @@ All the session files are located by session name in the directory Filters are strings (or regex patterns) to find matching entries in the current directory instantly (_search-as-you-type_). Matches are case-insensitive by default. The last filter in each context is persisted at runtime or in saved sessions. +When there's a unique match and it's a directory, `nnn` auto-enters the directory. Program option `-A` disables this. + #### Special keys at filter prompt | Key | Function | @@ -127,8 +129,6 @@ 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-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. ## Selection