[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.525 and 1.526

version 1.525, 2017/01/13 10:12:12 version 1.526, 2017/01/24 19:53:37
Line 2410 
Line 2410 
 Set the number of buffers; as new buffers are added to the top of the stack,  Set the number of buffers; as new buffers are added to the top of the stack,
 old ones are removed from the bottom if necessary to maintain this maximum  old ones are removed from the bottom if necessary to maintain this maximum
 length.  length.
   .It Xo Ic command-alias[]
   .Ar name=value
   .Xc
   This is an array of custom aliases for commands.
   If an unknown command matches
   .Ar name ,
   it is replaced with
   .Ar value .
   For example, after:
   .Pp
   .Dl set -s command-alias[2] zoom='resize-pane -Z'
   .Pp
   Using:
   .Pp
   .Dl zoom -t:.1
   .Pp
   Is equivalent to:
   .Pp
   .Dl resize-pane -Z -t:.1
   .Pp
   Note that aliases are expanded when a command is parsed rather than when it is
   executed, so binding an alias with
   .Ic bind-key
   will bind the expanded form.
 .It Ic default-terminal Ar terminal  .It Ic default-terminal Ar terminal
 Set the default terminal for new windows created in this session - the  Set the default terminal for new windows created in this session - the
 default value of the  default value of the

Legend:
Removed from v.1.525  
changed lines
  Added in v.1.526