From 02a9cdff5748fbcdca0a5e47bb862319ae6bf970 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 18 Mar 2026 08:41:20 +0000 Subject: [PATCH] Fix buffer to both for get-clipboard, from Seth Girvan. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index 52d52f82..a2493e6a 100644 --- a/tmux.1 +++ b/tmux.1 @@ -4365,7 +4365,7 @@ causes .Nm to request the clipboard from the most recently used client (if possible) and send the reply (if any) back to the application; -.Ic buffer +.Ic both is the same as .Ic request but also creates a paste buffer.