mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add -r to find-window for regex instead of fnmatch.
This commit is contained in:
8
tmux.1
8
tmux.1
@ -1828,14 +1828,16 @@ With
|
||||
.Fl b ,
|
||||
other commands are not blocked from running until the indicator is closed.
|
||||
.It Xo Ic find-window
|
||||
.Op Fl CNTZ
|
||||
.Op Fl rCNTZ
|
||||
.Op Fl t Ar target-pane
|
||||
.Ar match-string
|
||||
.Xc
|
||||
.D1 (alias: Ic findw )
|
||||
Search for the
|
||||
Search for a
|
||||
.Xr fnmatch 3
|
||||
pattern
|
||||
pattern or, with
|
||||
.Fl r ,
|
||||
regular expression
|
||||
.Ar match-string
|
||||
in window names, titles, and visible content (but not history).
|
||||
The flags control matching behavior:
|
||||
|
Reference in New Issue
Block a user