Extend match to do multiple terms.

This commit is contained in:
nicm
2026-06-23 08:35:28 +00:00
parent b82048eb18
commit 748ef8b2ae
2 changed files with 33 additions and 4 deletions

3
tmux.1
View File

@@ -6385,7 +6385,8 @@ means the pattern is a regular expression instead of the default
pattern,
.Ql z
means the pattern is a fuzzy match, that is, it matches if its characters
appear in the string in order but not necessarily consecutively,
appear in the string in order but not necessarily consecutively;
the pattern is split on spaces into separate terms which must all match,
and
.Ql i
means to ignore case.