[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.326 and 1.327

version 1.326, 2013/03/22 15:51:54 version 1.327, 2013/03/22 15:52:40
Line 850 
Line 850 
 .It Li "Start of line" Ta "0" Ta "C-a"  .It Li "Start of line" Ta "0" Ta "C-a"
 .It Li "Start selection" Ta "Space" Ta "C-Space"  .It Li "Start selection" Ta "Space" Ta "C-Space"
 .It Li "Top of history" Ta "g" Ta "M->"  .It Li "Top of history" Ta "g" Ta "M->"
 .It Li "Transpose chars" Ta "" Ta "C-t"  .It Li "Transpose characters" Ta "" Ta "C-t"
 .El  .El
 .Pp  .Pp
 The next and previous word keys use space and the  The next and previous word keys use space and the
Line 912 
Line 912 
 .Ic bind-key  .Ic bind-key
 and  and
 .Ic unbind-key .  .Ic unbind-key .
   One command in accepts an argument,
   .Ic copy-pipe ,
   which copies the selection and pipes it to a command.
   For example the following will bind
   .Ql C-q
   to copy the selection into
   .Pa /tmp
   as well as the paste buffer:
   .Bd -literal -offset indent
   bind-key -temacs-copy C-q copy-pipe "cat >/tmp/out"
   .Ed
 .Pp  .Pp
 The paste buffer key pastes the first line from the top paste buffer on the  The paste buffer key pastes the first line from the top paste buffer on the
 stack.  stack.

Legend:
Removed from v.1.326  
changed lines
  Added in v.1.327