=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.310 retrieving revision 1.311 diff -c -r1.310 -r1.311 *** src/usr.bin/tmux/tmux.1 2012/12/24 12:34:32 1.310 --- src/usr.bin/tmux/tmux.1 2012/12/24 12:38:57 1.311 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.310 2012/12/24 12:34:32 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.311 2012/12/24 12:38:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 408,418 **** is chosen. The special character .Ql \&! ! uses the last (previously current) window, or .Ql + and .Ql - ! are the next window or the previous window by number. When the argument does not contain a colon, .Nm first attempts to parse it as window; if that fails, an attempt is made to --- 408,422 ---- is chosen. The special character .Ql \&! ! uses the last (previously current) window, ! .Ql ^ ! selects the highest numbered window, ! .Ql $ ! selects the lowest numbered window, and .Ql + and .Ql - ! select the next window or the previous window by number. When the argument does not contain a colon, .Nm first attempts to parse it as window; if that fails, an attempt is made to