diff options
author | nicm <nicm> | 2020-05-29 13:42:13 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-05-29 13:42:13 +0000 |
commit | 175e45005f4572b19a4aa34094f9a8c69ced5475 (patch) | |
tree | 2d4dd987c8fc3257affc60af4233207cf4618250 /tmux.1 | |
parent | bda2a0282a6b7b1313d22165b44dded9873dfe89 (diff) | |
download | rtmux-175e45005f4572b19a4aa34094f9a8c69ced5475.tar.gz rtmux-175e45005f4572b19a4aa34094f9a8c69ced5475.tar.bz2 rtmux-175e45005f4572b19a4aa34094f9a8c69ced5475.zip |
Add -i to find-window to ignore case.
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 |