[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.499 and 1.500

version 1.499, 2016/10/12 13:03:27 version 1.500, 2016/10/12 14:50:14
Line 1104 
Line 1104 
 With vi key bindings, a prefix is entered using the number keys; with  With vi key bindings, a prefix is entered using the number keys; with
 emacs, the Alt (meta) key and a number begins prefix entry.  emacs, the Alt (meta) key and a number begins prefix entry.
 .Pp  .Pp
 Mode key bindings are defined in a set of named tables:  Mode key bindings are defined in two tables:
 .Em vi-edit  
 and  
 .Em emacs-edit  
 for keys used when line editing at the command prompt; and  
 .Em vi-choice  .Em vi-choice
 and  and
 .Em emacs-choice  .Em emacs-choice
Line 3000 
Line 2996 
 .It Xo Ic mode-keys  .It Xo Ic mode-keys
 .Op Ic vi | emacs  .Op Ic vi | emacs
 .Xc  .Xc
 Use vi or emacs-style key bindings in copy and choice modes.  Use vi or emacs-style key bindings in copy mode.
 As with the  The default is emacs, unless
 .Ic status-keys  
 option, the default is emacs, unless  
 .Ev VISUAL  .Ev VISUAL
 or  or
 .Ev EDITOR  .Ev EDITOR
Line 3748 
Line 3742 
 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 1N  .Op Fl 1
 .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 3776 
Line 3770 
 .Ql \&:  .Ql \&:
 if not.  if not.
 .Pp  .Pp
 Both  
 .Ar inputs  
 and  
 .Ar prompts  
 may contain the special character sequences supported by the  
 .Ic status-left  
 option.  
 .Pp  .Pp
 Before the command is executed, the first occurrence of the string  Before the command is executed, the first occurrence of the string
 .Ql %%  .Ql %%
Line 3802 
Line 3789 
 .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 N  .Pp
 accepts only numbers and exit the prompt on any other key press.  The following keys have a special meaning in the command prompt, depending
   on the value of the
   .Ic status-keys
   option:
   .Bl -column "FunctionXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXX" "emacsX" -offset indent
   .It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
   .It Li "Cancel command prompt" Ta "Escape" Ta "Escape"
   .It Li "Delete current word" Ta "" Ta "C-w"
   .It Li "Delete entire command" Ta "d" Ta "C-u"
   .It Li "Delete from cursor to end" Ta "D" Ta "C-k"
   .It Li "Execute command" Ta "Enter" Ta "Enter"
   .It Li "Get next command from history" Ta "" Ta "Down"
   .It Li "Get previous command from history" Ta "" Ta "Up"
   .It Li "Insert top paste buffer" Ta "p" Ta "C-y"
   .It Li "Look for completions" Ta "Tab" Ta "Tab"
   .It Li "Move cursor left" Ta "h" Ta "Left"
   .It Li "Move cursor right" Ta "l" Ta "Right"
   .It Li "Move cursor to end" Ta "$" Ta "C-e"
   .It Li "Move cursor to next word" Ta "w" Ta "M-f"
   .It Li "Move cursor to previous word" Ta "b" Ta "M-b"
   .It Li "Move cursor to start" Ta "0" Ta "C-a"
   .It Li "Transpose characters" Ta "" Ta "C-t"
   .El
 .It Xo Ic confirm-before  .It Xo Ic confirm-before
 .Op Fl p Ar prompt  .Op Fl p Ar prompt
 .Op Fl t Ar target-client  .Op Fl t Ar target-client

Legend:
Removed from v.1.499  
changed lines
  Added in v.1.500