[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.748 and 1.749

version 1.748, 2020/04/22 20:47:00 version 1.749, 2020/04/22 21:15:33
Line 1714 
Line 1714 
 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 dP  .Op Fl adP
 .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 1725 
Line 1725 
 .Ar src-pane  .Ar src-pane
 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
   .Fl a ,
   the window is moved to the next index up (following 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 1873 
Line 1877 
 .It Li "<" Ta "Scroll list of previews left"  .It Li "<" Ta "Scroll list of previews left"
 .It Li ">" Ta "Scroll list of previews right"  .It Li ">" Ta "Scroll list of previews right"
 .It Li "C-s" Ta "Search by name"  .It Li "C-s" Ta "Search by name"
   .It Li "m" Ta "Set the marked pane"
   .It Li "M" Ta "Clear the marked pane"
 .It Li "n" Ta "Repeat last search"  .It Li "n" Ta "Repeat last search"
 .It Li "t" Ta "Toggle if item is tagged"  .It Li "t" Ta "Toggle if item is tagged"
 .It Li "T" Ta "Tag no items"  .It Li "T" Ta "Tag no items"
 .It Li "C-t" Ta "Tag all items"  .It Li "C-t" Ta "Tag all items"
 .It Li "\&:" Ta "Run a command for each tagged item"  .It Li "\&:" Ta "Run a command for each tagged item"
 .It Li "f" Ta "Enter a format to filter items"  .It Li "f" Ta "Enter a format to filter items"
   .It Li "H" Ta "Jump to the starting pane"
 .It Li "O" Ta "Change sort field"  .It Li "O" Ta "Change sort field"
 .It Li "r" Ta "Reverse sort order"  .It Li "r" Ta "Reverse sort order"
 .It Li "v" Ta "Toggle preview"  .It Li "v" Ta "Toggle preview"
Line 2125 
Line 2132 
 .Sx FORMATS  .Sx FORMATS
 section.  section.
 .It Xo Ic move-pane  .It Xo Ic move-pane
 .Op Fl bdhv  .Op Fl bdfhv
 .Op Fl l Ar size  .Op Fl l Ar size
 .Op Fl s Ar src-pane  .Op Fl s Ar src-pane
 .Op Fl t Ar dst-pane  .Op Fl t Ar dst-pane
 .Xc  .Xc
 .D1 (alias: Ic movep )  .D1 (alias: Ic movep )
 Like  Does the same as
 .Ic join-pane ,  .Ic join-pane .
 but  
 .Ar src-pane  
 and  
 .Ar dst-pane  
 may belong to the same window.  
 .It Xo Ic move-window  .It Xo Ic move-window
 .Op Fl ardk  .Op Fl ardk
 .Op Fl s Ar src-window  .Op Fl s Ar src-window

Legend:
Removed from v.1.748  
changed lines
  Added in v.1.749