libtmux Reference MCP Search
On this page

config.Workspace

View as Markdown

Module
config
Package
libtmux
Source
crates/tmux-workspace/src/config.rs
struct config.Workspace
structoverload [source]
structoverload [source]
struct config.Workspace

11 declared, 0 inherited

Members

  • environment attribute Environment variables to set on the session.
  • global_options attribute Global options to apply once the session exists.
  • options attribute Session options to apply once the session exists.
  • session_name attribute The session name to create.
  • shell_command_before attribute Commands run in every pane before its own, in order.
  • start_directory attribute A working directory inherited by windows that do not set their own.
  • suppress_history attribute Whether to keep pane commands out of the shell's history.
  • unsupported_keys attribute Keys this parser recognized but does not act on.
  • windows attribute The windows to create, in order.
  • from_yaml method Parse one workspace from tmuxp-style YAML.
  • to_yaml method
Esc

Type to search.