config.PaneConfig
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
One pane.
The default is a pane that runs nothing and would press Enter after anything it were given, which is what tmuxp's
- pane,- blankand an empty-all mean.Discussed in Rust workspace builder API
Members
- shell_commands : Vec<ShellCommand>
-
Commands to run in the pane once it exists.
-
Environment variables set for the process this pane starts.
-
The pane's working directory.
-
Whether this pane should end up selected.
-
Whether to press Enter after each command, until a command sets its own
ShellCommand::enter.tmuxp's
enter: falsetypes a command without running it, which is how a file leaves something ready for the user to review. It covers theshell_command_beforecommands typed into this pane too.
-
How long to wait before each command, until a command sets its own.
-
How long to wait after each command, until a command sets its own.
-
Whether this pane's commands stay out of the shell's history.
Noneinherits the window, then the workspace.
-
Keys this parser recognized on the pane but does not act on.