mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
docs: note SmartCase + negative terms limitation
This commit is contained in:
parent
2238188798
commit
a84879b78e
|
|
@ -58,6 +58,8 @@ Negative matching works with all built-in filters (IgnoreCase, CaseSensitive, Sm
|
|||
|
||||
Only positive terms produce match highlighting. Lines matched solely by negative exclusion (e.g. an all-negative query like `-foo`) are shown without highlighting.
|
||||
|
||||
**Note:** When using the SmartCase filter with negative terms, results may be incomplete if the query transitions from all-lowercase to mixed-case (e.g. typing `foo -bar` then adding an uppercase character). If this happens, clearing the query and retyping it will produce the correct results.
|
||||
|
||||
## Select Multiple Lines
|
||||
|
||||
You can select multiple lines! (this example uses C-Space)
|
||||
|
|
|
|||
Loading…
Reference in a new issue