View as Markdown Copy Markdown
Set a paste buffer via $ tmux set-buffer.
$ tmux set-buffer
Examples
>>> server.set_buffer('hello') >>> server.show_buffer() 'hello'
data ( str ) – Data to store in the buffer.
buffer_name ( str | None ) – Name of the buffer (-b flag).
-b
append ( bool | None ) – Append to the buffer instead of replacing (-a flag).
-a
0 declared, 0 inherited
Type to search.