=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.382 retrieving revision 1.383 diff -u -r1.382 -r1.383 --- src/usr.bin/tmux/tmux.1 2014/03/31 21:37:55 1.382 +++ src/usr.bin/tmux/tmux.1 2014/03/31 21:39:31 1.383 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.382 2014/03/31 21:37:55 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.383 2014/03/31 21:39:31 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -851,6 +851,7 @@ The following keys are supported as appropriate for the mode: .Bl -column "FunctionXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent .It Sy "Function" Ta Sy "vi" Ta Sy "emacs" +.It Li "Append selection" Ta "A" Ta "" .It Li "Back to indentation" Ta "^" Ta "M-m" .It Li "Bottom of history" Ta "G" Ta "M-<" .It Li "Clear selection" Ta "Escape" Ta "C-g" @@ -3543,12 +3544,16 @@ .Fl a option appends to rather than overwriting the file. .It Xo Ic set-buffer +.Op Fl a .Op Fl b Ar buffer-index .Ar data .Xc .D1 (alias: Ic setb ) Set the contents of the specified buffer to .Ar data . +The +.Fl a +option appends to rather than overwriting the buffer. .It Xo Ic show-buffer .Op Fl b Ar buffer-index .Xc