=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.145 retrieving revision 1.146 diff -c -r1.145 -r1.146 *** src/usr.bin/tmux/tmux.1 2010/02/04 18:20:16 1.145 --- src/usr.bin/tmux/tmux.1 2010/02/04 20:00:26 1.146 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.145 2010/02/04 18:20:16 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.146 2010/02/04 20:00:26 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 535,541 **** .Ic mode-keys option). The following keys are supported as appropriate for the mode: ! .Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent .It Sy "Function" Ta Sy "vi" Ta Sy "emacs" .It Li "Back to indentation" Ta "^" Ta "M-m" .It Li "Bottom of history" Ta "G" Ta "M-<" --- 535,541 ---- .Ic mode-keys option). The following keys are supported as appropriate for the mode: ! .Bl -column "FunctionXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent .It Sy "Function" Ta Sy "vi" Ta Sy "emacs" .It Li "Back to indentation" Ta "^" Ta "M-m" .It Li "Bottom of history" Ta "G" Ta "M-<" *************** *** 555,565 **** --- 555,568 ---- .It Li "Half page down" Ta "C-d" Ta "M-Down" .It Li "Half page up" Ta "C-u" Ta "M-Up" .It Li "Next page" Ta "C-f" Ta "Page down" + .It Li "Next space" Ta "W" Ta "" + .It Li "Next space, end of word" Ta "E" Ta "" .It Li "Next word" Ta "w" Ta "" .It Li "Next word end" Ta "e" Ta "M-f" .It Li "Paste buffer" Ta "p" Ta "C-y" .It Li "Previous page" Ta "C-b" Ta "Page up" .It Li "Previous word" Ta "b" Ta "M-b" + .It Li "Previous space" Ta "B" Ta "" .It Li "Quit mode" Ta "q" Ta "Escape" .It Li "Scroll down" Ta "C-Down or C-e" Ta "C-Down" .It Li "Scroll up" Ta "C-Up or C-y" Ta "C-Up" *************** *** 571,576 **** --- 574,591 ---- .It Li "Top of history" Ta "g" Ta "M->" .It Li "Transpose chars" Ta "" Ta "C-t" .El + .Pp + The next and previous word keys use space and the + .Ql - , + .Ql _ , + .Ql \&" + and + .Ql @ + characters as word delimiters. + Next word moves to the start of the next word, next word end to the end of the + 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 word separator. .Pp These key bindings are defined in a set of named tables: .Em vi-edit