diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-01-25 19:00:10 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-01-25 19:00:10 +0000 |
commit | f62ed6aaa3db43e521e9a3f268d32a93ce20a271 (patch) | |
tree | d96cb4d32cb7cb11865f4bb9cad252e8f21738f5 /tmux.1 | |
parent | d60ad6f483ddbe8ee2458aaef37b6f38140d63f5 (diff) | |
download | rtmux-f62ed6aaa3db43e521e9a3f268d32a93ce20a271.tar.gz rtmux-f62ed6aaa3db43e521e9a3f268d32a93ce20a271.tar.bz2 rtmux-f62ed6aaa3db43e521e9a3f268d32a93ce20a271.zip |
load-buffer command
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.68 2009-01-20 20:03:13 nicm Exp $ +.\" $Id: tmux.1,v 1.69 2009-01-25 19:00:10 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -507,6 +507,14 @@ List all sessions managed by the server. .D1 (alias: Ic lsw ) List windows in the current session or in .Ar target-session . +.It Xo Ic load-buffer +.Op Fl b Ar buffer-index +.Op Fl t Ar target-session +.Ar path +.Xc +.D1 (alias: Ic loadb ) +Load the contents of the specified paste buffer from +.Ar path . .It Xo Ic lock-server .Xc .D1 (alias: Ic lock ) |