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