tmux_type
Types text into a tmux pane without pressing Enter. Requires reading the pane first to enforce a read guard.
Instructions
Type text into a tmux pane WITHOUT pressing Enter. You must tmux_read the pane first (read guard enforced). After typing, use tmux_read to verify, then tmux_keys to press Enter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type into the pane | |
| target | Yes | Pane target: ID (%0), session:win.pane, or label |