# config.PaneConfig.enter

- **Module:** config.PaneConfig
- **Package:** tmux-workspace
- **Language:** Rust
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-workspace/src/config.rs#L177
- **Page:** https://libtmux.org/en/rs/latest/workspace/reference/config-paneconfig-enter/

Whether to press Enter after each command, until a command sets its own [`ShellCommand::enter`].

tmuxp's `enter: false` types a command without running it, which is
how a file leaves something ready for the user to review. It covers
the `shell_command_before` commands typed into this pane too.
