[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.382 and 1.383

version 1.382, 2014/03/31 21:37:55 version 1.383, 2014/03/31 21:39:31
Line 851 
Line 851 
 The following keys are supported as appropriate for the mode:  The following keys are supported as appropriate for the mode:
 .Bl -column "FunctionXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent  .Bl -column "FunctionXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent
 .It Sy "Function" Ta Sy "vi" Ta Sy "emacs"  .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 "Back to indentation" Ta "^" Ta "M-m"
 .It Li "Bottom of history" Ta "G" Ta "M-<"  .It Li "Bottom of history" Ta "G" Ta "M-<"
 .It Li "Clear selection" Ta "Escape" Ta "C-g"  .It Li "Clear selection" Ta "Escape" Ta "C-g"
Line 3543 
Line 3544 
 .Fl a  .Fl a
 option appends to rather than overwriting the file.  option appends to rather than overwriting the file.
 .It Xo Ic set-buffer  .It Xo Ic set-buffer
   .Op Fl a
 .Op Fl b Ar buffer-index  .Op Fl b Ar buffer-index
 .Ar data  .Ar data
 .Xc  .Xc
 .D1 (alias: Ic setb )  .D1 (alias: Ic setb )
 Set the contents of the specified buffer to  Set the contents of the specified buffer to
 .Ar data .  .Ar data .
   The
   .Fl a
   option appends to rather than overwriting the buffer.
 .It Xo Ic show-buffer  .It Xo Ic show-buffer
 .Op Fl b Ar buffer-index  .Op Fl b Ar buffer-index
 .Xc  .Xc

Legend:
Removed from v.1.382  
changed lines
  Added in v.1.383