submit
cyber-mux submit <pane> [text]
Section titled “cyber-mux submit <pane> [text]”Take a pane’s turn: given text, types it literally then always presses Enter. Given no text (or
empty text), sends a bare Enter only — flushing an already-staged buffer without re-typing it, so a
repeated flush cannot duplicate the message. open --launch uses this verb
internally.
<pane> takes either a pane id or a label — see Pane for resolution
rules.
Examples
Section titled “Examples”# Type text and press Enter in one stepcyber-mux submit %3 "git status"# Stage text first, then flush it with a bare Enter — the same effect, in two stepscyber-mux send text %3 "git status"cyber-mux submit %3