diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-06-22 23:29:05 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-06-22 23:29:05 +0000 |
commit | 8d3b726396d3f5124d31a792a5f3358357f2e105 (patch) | |
tree | b806d76a5a0c4aa3aef66b1435dad31507d2169e /tmux.1 | |
parent | 47b335dee7e794135e03cc0f5806483e55572b9f (diff) | |
download | rtmux-8d3b726396d3f5124d31a792a5f3358357f2e105.tar.gz rtmux-8d3b726396d3f5124d31a792a5f3358357f2e105.tar.bz2 rtmux-8d3b726396d3f5124d31a792a5f3358357f2e105.zip |
Sync OpenBSD patchset 725:
Extend the -t:+ and -t:- window targets for next and previous window to
accept an offset such as -t:+2. From Tiago Cunha.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.258 2010-06-15 20:24:52 tcunha Exp $ +.\" $Id: tmux.1,v 1.259 2010-06-22 23:29:05 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" 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: June 14 2010 $ +.Dd $Mdocdate: June 21 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -428,6 +428,18 @@ One of the strings .Em bottom-right may be used instead of a pane index. .Pp +The special characters +.Ql + +and +.Ql - +may be followed by an offset, for example: +.Bd -literal -offset indent +select-window -t:+2 +.Ed +.Pp +When dealing with a session that doesn't contain sequential window indexes, +they will be correctly skipped. +.Pp .Ar shell-command arguments are .Xr sh 1 |