mirror of
https://github.com/tmux/tmux.git
synced 2026-07-04 09:34:45 +00:00
Extend match to do multiple terms.
This commit is contained in:
3
tmux.1
3
tmux.1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user