diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-22 17:28:34 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-22 17:28:34 +0000 |
commit | 64c26cf8cee2dbd02990d74f586f8595c498194e (patch) | |
tree | bb2028088f7985bdc88f3e2ebffcc46971db87b8 /tmux.1 | |
parent | dcfa183cfe98d62197f40f27b6d22303f97988e8 (diff) | |
download | rtmux-64c26cf8cee2dbd02990d74f586f8595c498194e.tar.gz rtmux-64c26cf8cee2dbd02990d74f586f8595c498194e.tar.bz2 rtmux-64c26cf8cee2dbd02990d74f586f8595c498194e.zip |
Sync OpenBSD patchset 611:
Permit !, + and - to be used for window targets to specify last window (!), or
next and previous window by number (+ and -).
Also tidy an if in cmd-new-window.c.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.139 2010/01/18 19:16:04 nicm Exp $ +.\" $Id: tmux.1,v 1.222 2010-01-22 17:28:34 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: January 18 2010 $ +.Dd $Mdocdate: January 19 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -307,6 +307,13 @@ commands) otherwise the current window in .Em session 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 |