mirror of
https://github.com/jarun/nnn.git
synced 2025-03-01 12:38:06 +00:00
Updated Home (markdown)
parent
1196881c92
commit
5feac8f6a4
1 changed files with 3 additions and 3 deletions
6
Home.md
6
Home.md
|
@ -76,7 +76,7 @@ Special keys at **_empty filter prompt_**:
|
|||
| <kbd>:</kbd> | Toggle case-sensitivity |
|
||||
| <kbd>^L</kbd> | Clear filter (_if prompt is non-empty_)<br>OR apply last filter |
|
||||
|
||||
Additional special keys at **_empty filter prompt_** in **_nav-as-you-type_** mode:
|
||||
Additional special keys at **_empty filter prompt_** in **_type-to-nav_** mode:
|
||||
|
||||
<table>
|
||||
<tr><th>Listing 1</th><th>Listing 2</th></tr>
|
||||
|
@ -115,13 +115,13 @@ Additional special keys at **_empty filter prompt_** in **_nav-as-you-type_** mo
|
|||
|
||||
Use regex for case-sensitive filtering with wide chars as the function [`strcasestr`](https://manpages.ubuntu.com/manpages/bionic/en/man3/strcasestr.3.html) (used for string filters) does not work with multibyte locales ([ref1](https://www.gnu.org/software/libunistring/manual/libunistring.html#char-_002a-strings), [ref2](https://www.gnu.org/software/gnulib/manual/html_node/c_002dstrcasestr.html)).
|
||||
|
||||
## Nav-as-you-type
|
||||
## Type-to-nav
|
||||
|
||||
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.
|
||||
|
||||
To start in _nav-as-you-type_ 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue