mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Added description of Quick search modes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
0400e92fc5
commit
334416e1a2
@ -595,6 +595,15 @@ again, the next match is searched for.
|
|||||||
.P
|
.P
|
||||||
Besides the filename characters, you can also use wildcard
|
Besides the filename characters, you can also use wildcard
|
||||||
characters '*' and '?'.
|
characters '*' and '?'.
|
||||||
|
.P
|
||||||
|
Quick search mode is defined by
|
||||||
|
.I quick_search_case_sensitive
|
||||||
|
option located in [Midnight-Commander] section in configuration file.
|
||||||
|
This option can have one of the following values: 0, 1 or 2.
|
||||||
|
If quick_search_case_sensitive=0, quick search is case insensitive.
|
||||||
|
If quick_search_case_sensitive=1, quick search is case sensitive.
|
||||||
|
If quick_search_case_sensitive=2 (default value), quick search mode
|
||||||
|
is matched to the the panel sort order: case sensitive or not.
|
||||||
.\"NODE " Shell Command Line"
|
.\"NODE " Shell Command Line"
|
||||||
.SH " Shell Command Line"
|
.SH " Shell Command Line"
|
||||||
This section lists keys which are useful to avoid excessive typing when
|
This section lists keys which are useful to avoid excessive typing when
|
||||||
|
@ -597,6 +597,16 @@ Midnight Commander\-а. Для возврата к вашему приложен
|
|||||||
.P
|
.P
|
||||||
Кроме обычных символов в имени файла также можно использовать
|
Кроме обычных символов в имени файла также можно использовать
|
||||||
символы маски '*' и '?'.
|
символы маски '*' и '?'.
|
||||||
|
.P
|
||||||
|
Режим быстрого поиска определяется параметром
|
||||||
|
.I quick_search_case_sensitive
|
||||||
|
который должен располагаться в секции [Midnight-Commander] конфигурационного
|
||||||
|
файла. Этот параметр может иметь одно из следующих значений: 0, 1 или 2.
|
||||||
|
Если quick_search_case_sensitive=0, при быстром поиске не учитывается
|
||||||
|
регистр имён файлов. Если quick_search_case_sensitive=1, регистр имён файлов
|
||||||
|
учитывается. Если quick_search_case_sensitive=2 (значение по умолчанию),
|
||||||
|
режим быстрого поиска соответствует порядку сортировки в панели: с учётом
|
||||||
|
регистра или без.
|
||||||
.\"NODE " Shell Command Line"
|
.\"NODE " Shell Command Line"
|
||||||
.SH " Командная строка оболочки"
|
.SH " Командная строка оболочки"
|
||||||
В этом разделе перечислены команды, которые позволяют сократить число
|
В этом разделе перечислены команды, которые позволяют сократить число
|
||||||
|
Loading…
Reference in New Issue
Block a user