ConstOptionaloptions: {Optional Readonlybracketed?: booleanInsert bracketed-paste control codes if the app requested bracketed paste mode (-p).
Optional ReadonlybufferName?: stringName of the paste buffer to insert (-b).
Optional Readonlydelete?: booleanDelete the paste buffer after inserting it (-d).
Optional Readonlyraw?: booleanInsert verbatim with no LF replacement (-r).
Optional Readonlyseparator?: stringReplace LF with this separator instead of the default CR (-s).
Optional ReadonlytargetPane?: stringTarget pane to paste into (-t).
An empty string on success.
Paste a tmux paste buffer into a pane (
tmux paste-buffer).