[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.156 and 1.157

version 1.156, 2010/03/22 19:07:52 version 1.157, 2010/03/22 19:10:42
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $Id$
 .\"  .\"
 .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>  .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 .\"  .\"
Line 610 
Line 610 
 .Ic mode-keys  .Ic mode-keys
 option).  option).
 The following keys are supported as appropriate for the mode:  The following keys are supported as appropriate for the mode:
 .Bl -column "FunctionXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent  .Bl -column "FunctionXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent
 .It Sy "Function" Ta Sy "vi" Ta Sy "emacs"  .It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
 .It Li "Back to indentation" Ta "^" Ta "M-m"  .It Li "Back to indentation" Ta "^" Ta "M-m"
 .It Li "Bottom of history" Ta "G" Ta "M-<"  .It Li "Bottom of history" Ta "G" Ta "M-<"
Line 629 
Line 629 
 .It Li "Go to line" Ta ":" Ta "g"  .It Li "Go to line" Ta ":" Ta "g"
 .It Li "Half page down" Ta "C-d" Ta "M-Down"  .It Li "Half page down" Ta "C-d" Ta "M-Down"
 .It Li "Half page up" Ta "C-u" Ta "M-Up"  .It Li "Half page up" Ta "C-u" Ta "M-Up"
   .It Li "Jump forward" Ta "f" Ta "f"
   .It Li "Jump backward" Ta "F" Ta "F"
   .It Li "Jump again" Ta ";" Ta ";"
   .It Li "Jump again in reverse" Ta "," Ta ","
 .It Li "Next page" Ta "C-f" Ta "Page down"  .It Li "Next page" Ta "C-f" Ta "Page down"
 .It Li "Next space" Ta "W" Ta ""  .It Li "Next space" Ta "W" Ta ""
 .It Li "Next space, end of word" Ta "E" Ta ""  .It Li "Next space, end of word" Ta "E" Ta ""
Line 665 
Line 669 
 next word and previous word to the start of the previous word.  next word and previous word to the start of the previous word.
 The three next and previous space keys work similarly but use a space alone as  The three next and previous space keys work similarly but use a space alone as
 the word separator.  the word separator.
   .Pp
   The jump commands enable quick movement within a line.
   For instance, typing
   .Ql f
   followed by
   .Ql /
   will move the cursor to the next
   .Ql /
   character on the current line.
   A
   .Ql \&;
   will then jump to the next occurrence.
 .Pp  .Pp
 Commands in copy mode may be prefaced by an optional repeat count.  Commands in copy mode may be prefaced by an optional repeat count.
 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

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157