libtmux_mcp.tools.pane_tools.paste_text
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Paste multi-line text into a pane using tmux paste buffers.
Uses tmux's load-buffer and paste-buffer for clean multi-line input, avoiding the issues of sending text line-by-line via send_keys. Supports bracketed paste mode for terminals that handle it.
When to use this vs. load_buffer + paste_buffer:
paste_textis the fire-and-forget path — the buffer is created, pasted, and deleted in one call. Useload_buffer+paste_bufferwhen you need to stage content first, paste it into multiple panes, or inspect it withshow_bufferbefore pasting.- Parameters
- Returns
-
str Confirmation message.