aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-06-20 20:31:04 +0000
committernicm <nicm>2019-06-20 20:31:04 +0000
commit1d8e545bc1cf9de10b718dc81b422edf81dabe07 (patch)
tree23b4d388d86c96d8a3b423a8a0c05455c6fcb891 /tmux.1
parent97a317a656e27523ed7437d8512be36080c739ed (diff)
downloadrtmux-1d8e545bc1cf9de10b718dc81b422edf81dabe07.tar.gz
rtmux-1d8e545bc1cf9de10b718dc81b422edf81dabe07.tar.bz2
rtmux-1d8e545bc1cf9de10b718dc81b422edf81dabe07.zip
Add -r to find-window for regex instead of fnmatch.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 5 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 1315e29a..a7b4af05 100644
--- a/tmux.1
+++ b/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: