summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2009-12-08 07:49:32 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2009-12-08 07:49:32 +0000
commit2369386e1772765350c8c7f0d241c6ca180df375 (patch)
tree80017d99b5ec107ea49dda2b708632368f5b81d7 /usr.bin/tmux/tmux.1
parentfd9da06a12f03edbaba0a1705fb1251094b452dc (diff)
Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right
pane can be identified.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r--usr.bin/tmux/tmux.114
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 66c2e3c7b3b..41956c0890a 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.131 2009/12/03 22:54:34 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.132 2009/12/08 07:49:31 nicm 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: December 3 2009 $
+.Dd $Mdocdate: December 8 2009 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -323,6 +323,16 @@ If neither a colon nor period appears,
first attempts to use the argument as a pane index; if that fails, it is looked
up as for
.Ar target-window .
+One of the strings
+.Em top ,
+.Em bottom ,
+.Em left ,
+.Em right ,
+.Em top-left ,
+.Em top-right ,
+.Em bottom-left or
+.Em bottom-right
+may be used instead of a pane index.
.Pp
Multiple commands may be specified together as part of a
.Em command sequence .