diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-09-02 16:01:20 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-09-02 16:01:20 +0100 |
commit | fc9ecdc665656a4a609b4dc96d5bf98b361b541a (patch) | |
tree | 639ed6c87e6f2b7122083cdaadf47008b5cd4a90 /tmux.1 | |
parent | a0fee328bf7d2cefe047f3911e7e29955f14a75a (diff) | |
parent | 37b1600d9cf7076498760372dcc20f021e4c181a (diff) | |
download | rtmux-fc9ecdc665656a4a609b4dc96d5bf98b361b541a.tar.gz rtmux-fc9ecdc665656a4a609b4dc96d5bf98b361b541a.tar.bz2 rtmux-fc9ecdc665656a4a609b4dc96d5bf98b361b541a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -5651,12 +5651,21 @@ See the .Sx FORMATS section. .It Xo Ic load-buffer +.Op Fl w .Op Fl b Ar buffer-name +.Op Fl t Ar target-client .Ar path .Xc .D1 (alias: Ic loadb ) Load the contents of the specified paste buffer from .Ar path . +If +.Fl w +is given, the buffer is also sent to the clipboard for +.Ar target-client +using the +.Xr xterm 1 +escape sequence, if possible. .It Xo Ic paste-buffer .Op Fl dpr .Op Fl b Ar buffer-name @@ -5693,14 +5702,22 @@ The .Fl a option appends to rather than overwriting the file. .It Xo Ic set-buffer -.Op Fl a +.Op Fl aw .Op Fl b Ar buffer-name +.Op Fl t Ar target-client .Op Fl n Ar new-buffer-name .Ar data .Xc .D1 (alias: Ic setb ) Set the contents of the specified buffer to .Ar data . +If +.Fl w +is given, the buffer is also sent to the clipboard for +.Ar target-client +using the +.Xr xterm 1 +escape sequence, if possible. The .Fl a option appends to rather than overwriting the buffer. |