On this page
tmux.FindWindowRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_modes.go
-
FindWindowRequest configures the interactive window search chooser. Match is a tmux search operand, not a shell command. The zero value searches with an empty glob using tmux's default name, title, and visible-content scopes.
6 declared, 0 inherited
Members
- CaseInsensitive attribute CaseInsensitive makes matching ignore case.
- Match attribute Match is the glob pattern, or regular expression when Regex is true.
- MatchContent attribute MatchContent restricts matching to visible window content, not history.
- MatchName attribute MatchName restricts matching to window names.
- MatchTitle attribute MatchTitle restricts matching to window titles.
- Regex attribute Regex interprets Match as a regular expression instead of a glob.