tmux findw <match-string>
Search for a pattern in windows
Arguments
Name | Description |
---|---|
match-string | A string to search for |
Options
Name | Description |
---|---|
-i | Make the search ignore cases |
-C | Match only visible window contents |
-N | Match only the window name |
-r | Search a regular expression |
-T | Match only the window's title |
-Z | Zoom the pane |
-t <src-pane> | The target pane |