# tmux.LoadBufferRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_buffers.go#L53
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-loadbufferrequest/

LoadBufferRequest configures loading a file into a tmux paste buffer. Its zero value is invalid because Path is required; nil Name lets tmux allocate a buffer and a pointer to an empty name is explicit.

## Members

- `Path` (attribute): Path is the required input file path.
- `Name` (attribute): Name selects the destination buffer, or nil for tmux's allocation behavior.
