From a6645c4de4f243bf457225b0373258dd1e6c0178 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 21 Aug 2024 05:06:45 +0000 Subject: [PATCH] Mention that load- and save-buffer can use stdin, from Ramon Fischer. --- tmux.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tmux.1 b/tmux.1 index 920f8e9f..11ea5504 100644 --- a/tmux.1 +++ b/tmux.1 @@ -6616,6 +6616,11 @@ is given, the buffer is also sent to the clipboard for using the .Xr xterm 1 escape sequence, if possible. +If +.Ar path +is +.Ql - , +the contents are read from stdin. .Tg pasteb .It Xo Ic paste-buffer .Op Fl dpr @@ -6653,6 +6658,11 @@ Save the contents of the specified paste buffer to The .Fl a option appends to rather than overwriting the file. +If +.Ar path +is +.Ql - , +the contents are read from stdin. .It Xo Ic set-buffer .Op Fl aw .Op Fl b Ar buffer-name -- 2.11.4.GIT