[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.783 and 1.784

version 1.783, 2020/06/12 07:52:38 version 1.784, 2020/06/13 09:05:53
Line 1792 
Line 1792 
 Commands related to windows and panes are as follows:  Commands related to windows and panes are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo Ic break-pane  .It Xo Ic break-pane
 .Op Fl adP  .Op Fl abdP
 .Op Fl F Ar format  .Op Fl F Ar format
 .Op Fl n Ar window-name  .Op Fl n Ar window-name
 .Op Fl s Ar src-pane  .Op Fl s Ar src-pane
Line 1804 
Line 1804 
 off from its containing window to make it the only pane in  off from its containing window to make it the only pane in
 .Ar dst-window .  .Ar dst-window .
 With  With
 .Fl a ,  .Fl a
 the window is moved to the next index up (following windows  or
 are moved if necessary).  .Fl b ,
   the window is moved to the next index after or before (existing windows are
   moved if necessary).
 If  If
 .Fl d  .Fl d
 is given, the new window does not become the current window.  is given, the new window does not become the current window.
Line 2188 
Line 2190 
 .Ar target-session  .Ar target-session
 is specified, select the last window of the current session.  is specified, select the last window of the current session.
 .It Xo Ic link-window  .It Xo Ic link-window
 .Op Fl adk  .Op Fl abdk
 .Op Fl s Ar src-window  .Op Fl s Ar src-window
 .Op Fl t Ar dst-window  .Op Fl t Ar dst-window
 .Xc  .Xc
Line 2203 
Line 2205 
 .Ar src-window  .Ar src-window
 is linked there.  is linked there.
 With  With
 .Fl a ,  .Fl a
 the window is moved to the next index up (following windows  or
 are moved if necessary).  .Fl b
   the window is moved to the next index after or before
   .Ar dst-window
   (existing windows are moved if necessary).
 If  If
 .Fl k  .Fl k
 is given and  is given and
Line 2272 
Line 2277 
 Does the same as  Does the same as
 .Ic join-pane .  .Ic join-pane .
 .It Xo Ic move-window  .It Xo Ic move-window
 .Op Fl ardk  .Op Fl abrdk
 .Op Fl s Ar src-window  .Op Fl s Ar src-window
 .Op Fl t Ar dst-window  .Op Fl t Ar dst-window
 .Xc  .Xc
Line 2290 
Line 2295 
 .Ic base-index  .Ic base-index
 option.  option.
 .It Xo Ic new-window  .It Xo Ic new-window
 .Op Fl adkP  .Op Fl abdkP
 .Op Fl c Ar start-directory  .Op Fl c Ar start-directory
 .Op Fl e Ar environment  .Op Fl e Ar environment
 .Op Fl F Ar format  .Op Fl F Ar format
Line 2301 
Line 2306 
 .D1 (alias: Ic neww )  .D1 (alias: Ic neww )
 Create a new window.  Create a new window.
 With  With
 .Fl a ,  .Fl a
 the new window is inserted at the next index up from the specified  or
   .Fl b ,
   the new window is inserted at the next index after or before the specified
 .Ar target-window ,  .Ar target-window ,
 moving windows up if necessary,  moving windows up if necessary;
 otherwise  otherwise
 .Ar target-window  .Ar target-window
 is the new window location.  is the new window location.

Legend:
Removed from v.1.783  
changed lines
  Added in v.1.784