Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmux.FindWindowRequest

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_modes.go
struct tmux.FindWindowRequest
struct [source]
struct [source]
struct tmux.FindWindowRequest

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.
Esc

Type to search.