Add -i to find-window to ignore case.

This commit is contained in:
nicm
2020-05-29 13:42:13 +00:00
parent bda2a0282a
commit 175e45005f
2 changed files with 38 additions and 57 deletions

4
tmux.1
View File

@ -2079,7 +2079,7 @@ With
.Fl b ,
other commands are not blocked from running until the indicator is closed.
.It Xo Ic find-window
.Op Fl rCNTZ
.Op Fl iCNrTZ
.Op Fl t Ar target-pane
.Ar match-string
.Xc
@ -2098,6 +2098,8 @@ matches only visible window contents,
matches only the window name and
.Fl T
matches only the window title.
.Fl i
makes the search ignore case.
The default is
.Fl CNT .
.Fl Z