diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-20 23:02:28 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-20 23:02:28 +0100 |
commit | 70775b3c28ab75ec295e08fd9c8c50ab0f7d1233 (patch) | |
tree | d1ba9e9575f809bd2cad35644d8d9fd6044eb36d /tmux.1 | |
parent | c4a92e57993f3c45944428a6b7cf0a1be421d023 (diff) | |
parent | 1d8e545bc1cf9de10b718dc81b422edf81dabe07 (diff) | |
download | rtmux-70775b3c28ab75ec295e08fd9c8c50ab0f7d1233.tar.gz rtmux-70775b3c28ab75ec295e08fd9c8c50ab0f7d1233.tar.bz2 rtmux-70775b3c28ab75ec295e08fd9c8c50ab0f7d1233.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1833,14 +1833,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: |