=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.254 retrieving revision 1.255 diff -c -r1.254 -r1.255 *** src/usr.bin/tmux/tmux.1 2011/11/05 09:13:00 1.254 --- src/usr.bin/tmux/tmux.1 2011/11/15 23:24:04 1.255 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.254 2011/11/05 09:13:00 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.255 2011/11/15 23:24:04 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: November 5 2011 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: November 15 2011 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 837,843 **** characters as word delimiters by default, but this can be adjusted by setting the .Em word-separators ! window option. 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 --- 837,843 ---- characters as word delimiters by default, but this can be adjusted by setting the .Em word-separators ! session option. 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 *************** *** 2288,2293 **** --- 2288,2299 ---- If .Ic monitor-silence is enabled, prints a message after the interval has expired on a given window. + .It Ic word-separators Ar string + Sets the session's conception of what characters are considered word + separators, for the purposes of the next and previous word commands in + copy mode. + The default is + .Ql \ -_@ . .El .It Xo Ic set-window-option .Op Fl agu *************** *** 2527,2539 **** option for details of special character sequences available. The default is .Ql #I:#W#F . - .Pp - .It Ic word-separators Ar string - Sets the window's conception of what characters are considered word - separators, for the purposes of the next and previous word commands in - copy mode. - The default is - .Ql \ -_@ . .Pp .It Xo Ic xterm-keys .Op Ic on | off --- 2533,2538 ----