mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Concepts (markdown)
parent
a150645604
commit
99965c9971
@ -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 <kbd>^N</kbd>.
|
||||
|
||||
## Selection
|
||||
|
Loading…
Reference in New Issue
Block a user