libtmux Reference MCP Search
On this page

io.github.libtmux.Buffers.Buffers

View as Markdown

Module
io.github.libtmux.Buffers
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Buffers.java
class io.github.libtmux.Buffers.Buffers
classreadonly [source]
classreadonly [source]
class io.github.libtmux.Buffers.Buffers

The tmux server's paste buffers.

<p>Buffers are the server's, not a session's: anything copied in one session can be pasted into another. They are addressed by name rather than by the stack position tmux also accepts, because a position moves whenever anything else is copied.

8 declared, 0 inherited

Members

  • EXACT_NAMED_DELETE attribute
  • Buffers method
  • delete method Removes a buffer by its exact name.
  • list method Every buffer the server holds, in tmux's order.
  • load method Reads a file into a named buffer.
  • save method Writes a buffer's contents to a file.
  • set method Puts text in a named buffer, replacing whatever was there.
  • show method What a buffer holds.
Esc

Type to search.