Skip to content

submit

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.

Terminal window
# Type text and press Enter in one step
cyber-mux submit %3 "git status"
Terminal window
# Stage text first, then flush it with a bare Enter — the same effect, in two steps
cyber-mux send text %3 "git status"
cyber-mux submit %3