aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-11 23:14:57 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-11 23:14:57 +0000
commitd78bc5dfc40fe8d1a3842bd91dcfa5ca4c44ae01 (patch)
treee536614c32b449c1b5b2fd98d60c784633f92a83 /tmux.1
parent30746a4e92469e8223e3646dea572190357b2db4 (diff)
downloadrtmux-d78bc5dfc40fe8d1a3842bd91dcfa5ca4c44ae01.tar.gz
rtmux-d78bc5dfc40fe8d1a3842bd91dcfa5ca4c44ae01.tar.bz2
rtmux-d78bc5dfc40fe8d1a3842bd91dcfa5ca4c44ae01.zip
save-buffer command, from Tiago Cunha.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.114
1 files changed, 13 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 7df71f09..3ce1b18f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.56 2009-01-10 01:51:22 nicm Exp $
+.\" $Id: tmux.1,v 1.57 2009-01-11 23:14:57 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -576,6 +576,18 @@ is not given, the command used when the window was created is executed.
The window must be already inactive, unless
.Fl k
is given, in which case any existing command is killed.
+.It Xo Ic save-buffer
+.Op Fl a
+.Op Fl b Ar buffer-index
+.Op Fl t Ar target-session
+.Ar path
+.Xc
+.D1 (alias: Ic saveb )
+Save the contents of the specified paste buffer to
+.Ar path .
+The
+.Fl a
+option appends to rather than overwriting the file.
.It Xo Ic scroll-mode
.Op Fl t Ar target-window
.Xc