Updated Concepts (markdown)

Arun 2022-06-14 13:18:35 +05:30
parent a150645604
commit 99965c9971
1 changed files with 2 additions and 2 deletions

@ -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. 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 #### Special keys at filter prompt
| Key | Function | | 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. 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 <kbd>^N</kbd>. To start in _type-to-nav_ mode, use the program option `-n` or press <kbd>^N</kbd>.
## Selection ## Selection