[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.516 and 1.517

version 1.516, 2016/11/29 12:54:46 version 1.517, 2017/01/06 11:57:03
Line 1020 
Line 1020 
 command.  command.
 .Pp  .Pp
 The following commands are supported in copy mode:  The following commands are supported in copy mode:
 .Bl -column "CommandXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent  .Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent
 .It Sy "Command" Ta Sy "vi" Ta Sy "emacs"  .It Sy "Command" Ta Sy "vi" Ta Sy "emacs"
 .It Li "append-selection" Ta "" Ta ""  .It Li "append-selection" Ta "" Ta ""
 .It Li "append-selection-and-cancel" Ta "A" Ta ""  .It Li "append-selection-and-cancel" Ta "A" Ta ""
Line 1067 
Line 1067 
 .It Li "scroll-down" Ta "C-e" Ta "C-Down"  .It Li "scroll-down" Ta "C-e" Ta "C-Down"
 .It Li "scroll-up" Ta "C-y" Ta "C-Up"  .It Li "scroll-up" Ta "C-y" Ta "C-Up"
 .It Li "search-again" Ta "n" Ta "n"  .It Li "search-again" Ta "n" Ta "n"
 .It Li "search-backward <for>" Ta "?" Ta "C-r"  .It Li "search-backward <for>" Ta "?" Ta ""
 .It Li "search-forward <for>" Ta "/" Ta "C-s"  .It Li "search-forward <for>" Ta "/" Ta ""
   .It Li "search-backward-incremental <for>" Ta "" Ta "C-r"
   .It Li "search-forward-incremental <for>" Ta "" Ta "C-s"
 .It Li "search-reverse" Ta "N" Ta "N"  .It Li "search-reverse" Ta "N" Ta "N"
 .It Li "select-line" Ta "V" Ta ""  .It Li "select-line" Ta "V" Ta ""
 .It Li "start-of-line" Ta "0" Ta "C-a"  .It Li "start-of-line" Ta "0" Ta "C-a"
Line 3730 
Line 3732 
 Commands related to the status line are as follows:  Commands related to the status line are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo Ic command-prompt  .It Xo Ic command-prompt
 .Op Fl 1  .Op Fl 1i
 .Op Fl I Ar inputs  .Op Fl I Ar inputs
 .Op Fl p Ar prompts  .Op Fl p Ar prompts
 .Op Fl t Ar target-client  .Op Fl t Ar target-client
Line 3780 
Line 3782 
 .Fl 1  .Fl 1
 makes the prompt only accept one key press, in this case the resulting input  makes the prompt only accept one key press, in this case the resulting input
 is a single character.  is a single character.
   .Fl i
   executes the command every time the prompt input changes instead of when the
   user exits the command prompt.
 .Pp  .Pp
 The following keys have a special meaning in the command prompt, depending  The following keys have a special meaning in the command prompt, depending
 on the value of the  on the value of the

Legend:
Removed from v.1.516  
changed lines
  Added in v.1.517