Const
Set the contents of a tmux paste buffer (tmux set-buffer).
tmux set-buffer
An empty string on success.
await tmux.setBuffer("hello", { bufferName: "greeting" }); Copy
await tmux.setBuffer("hello", { bufferName: "greeting" });
Set the contents of a tmux paste buffer (
tmux set-buffer).