[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.921 and 1.922

version 1.921, 2023/06/26 07:17:40 version 1.922, 2023/07/03 16:47:43
Line 1787 
Line 1787 
 .It Li "middle-line" Ta "M" Ta "M-r"  .It Li "middle-line" Ta "M" Ta "M-r"
 .It Li "next-matching-bracket" Ta "%" Ta "M-C-f"  .It Li "next-matching-bracket" Ta "%" Ta "M-C-f"
 .It Li "next-paragraph" Ta "}" Ta "M-}"  .It Li "next-paragraph" Ta "}" Ta "M-}"
   .It Li "next-prompt" Ta "" Ta ""
 .It Li "next-space" Ta "W" Ta ""  .It Li "next-space" Ta "W" Ta ""
 .It Li "next-space-end" Ta "E" Ta ""  .It Li "next-space-end" Ta "E" Ta ""
 .It Li "next-word" Ta "w" Ta ""  .It Li "next-word" Ta "w" Ta ""
Line 1800 
Line 1801 
 .It Li "pipe-and-cancel [<command>] [<prefix>]" Ta "" Ta ""  .It Li "pipe-and-cancel [<command>] [<prefix>]" Ta "" Ta ""
 .It Li "previous-matching-bracket" Ta "" Ta "M-C-b"  .It Li "previous-matching-bracket" Ta "" Ta "M-C-b"
 .It Li "previous-paragraph" Ta "{" Ta "M-{"  .It Li "previous-paragraph" Ta "{" Ta "M-{"
   .It Li "previous-prompt" Ta "" Ta ""
 .It Li "previous-space" Ta "B" Ta ""  .It Li "previous-space" Ta "B" Ta ""
 .It Li "previous-word" Ta "b" Ta "M-b"  .It Li "previous-word" Ta "b" Ta "M-b"
 .It Li "rectangle-on" Ta "" Ta ""  .It Li "rectangle-on" Ta "" Ta ""
Line 1848 
Line 1850 
 .Ql search-reverse  .Ql search-reverse
 does the same but reverses the direction (forward becomes backward and backward  does the same but reverses the direction (forward becomes backward and backward
 becomes forward).  becomes forward).
   .Pp
   The
   .Ql next-prompt
   and
   .Ql previous-prompt
   move between shell prompts, but require the shell to emit an escape sequence
   (\e033]133;A\e033\e\e) to tell
   .Nm
   where the prompts are located; if the shell does not do this, these commands
   will do nothing.
 .Pp  .Pp
 Copy commands may take an optional buffer prefix argument which is used  Copy commands may take an optional buffer prefix argument which is used
 to generate the buffer name (the default is  to generate the buffer name (the default is

Legend:
Removed from v.1.921  
changed lines
  Added in v.1.922