libtmux Reference MCP Search
On this page

tmux.CommandAliases

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/complex_options.go
struct tmux.CommandAliases
struct [source]
struct [source]
struct tmux.CommandAliases

CommandAliases is an immutable parsed command-alias option. Its zero value is an empty collection: Len is zero, Lookup reports false, and Entries returns a nonnil empty slice.

3 declared, 0 inherited

Members

  • Entries method Entries returns a fresh slice in first-definition order.
  • Len method Len returns the number of distinct aliases.
  • Lookup method Lookup returns the command registered for name.
Esc

Type to search.