diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-29 16:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-29 16:01:19 +0100 |
commit | 5ef790a6c41f5b78d2e757612b75cb9142b9173f (patch) | |
tree | d183a67740c647c0ae6227bdcdb62be5a61d6679 /tmux.1 | |
parent | ce6b3a539dffa92ea014009670f6871cd0cf7232 (diff) | |
parent | 175e45005f4572b19a4aa34094f9a8c69ced5475 (diff) | |
download | rtmux-5ef790a6c41f5b78d2e757612b75cb9142b9173f.tar.gz rtmux-5ef790a6c41f5b78d2e757612b75cb9142b9173f.tar.bz2 rtmux-5ef790a6c41f5b78d2e757612b75cb9142b9173f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |