config.WindowConfig
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
One window and the panes it should contain.
Discussed in Rust workspace builder API
Members
-
The window name, or
Noneto let tmux choose.
-
The window index to create at, or
Nonefor the first free one.
-
A command to run instead of the window's default shell.
-
Environment variables set for the processes this window starts.
-
A tmux layout name or specification applied after the panes exist.
-
A working directory inherited by panes that do not set their own.
-
Whether this window should end up selected.
-
Window options to apply once the window exists.
- shell_command_before : Vec<ShellCommand>
-
Commands run in this window's panes before their own, in order.
-
Whether this window's commands stay out of the shell's history.
Noneinherits the workspace setting.
- panes : Vec<PaneConfig>
-
The panes to create, in order. The first is the window's own pane.
-
Keys this parser recognized on the window but does not act on.