Const
Send keys to a tmux pane (tmux send-keys).
tmux send-keys
An empty string on success.
await tmux.sendKeys(["echo hi", "Enter"], { targetPane: "work:1.1" }); Copy
await tmux.sendKeys(["echo hi", "Enter"], { targetPane: "work:1.1" });
Send keys to a tmux pane (
tmux send-keys).