mirror of
https://github.com/tmux/tmux.git
synced 2026-07-04 09:34:45 +00:00
Remove fuzzy match operator again for now, this will be done differently.
This commit is contained in:
11
tmux.1
11
tmux.1
@@ -6382,20 +6382,13 @@ An optional argument specifies flags:
|
||||
.Ql r
|
||||
means the pattern is a regular expression instead of the default
|
||||
.Xr glob 7
|
||||
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;
|
||||
the pattern is split on spaces into separate terms which must all match,
|
||||
and
|
||||
pattern and
|
||||
.Ql i
|
||||
means to ignore case.
|
||||
For example:
|
||||
.Ql #{m:*foo*,#{host}}
|
||||
or
|
||||
.Ql #{m/ri:\[ha]A,MYVAR}
|
||||
or
|
||||
.Ql #{m/z:abc,aXbXc} .
|
||||
.Ql #{m/ri:\[ha]A,MYVAR} .
|
||||
A
|
||||
.Ql C
|
||||
performs a search for a
|
||||
|
||||
Reference in New Issue
Block a user