aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-08 07:49:31 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-08 07:49:31 +0000
commit6311bd119ed728117fd6f0073792a76c2a6b842b (patch)
tree8eed2eaa1e2161e39d1f983dc38fbeb8813103ee /tmux.1
parent796eb522ac6534510b22c34296cbd172f8fab3ae (diff)
downloadrtmux-6311bd119ed728117fd6f0073792a76c2a6b842b.tar.gz
rtmux-6311bd119ed728117fd6f0073792a76c2a6b842b.tar.bz2
rtmux-6311bd119ed728117fd6f0073792a76c2a6b842b.zip
Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right
pane can be identified.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 10 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index bee32920..a188feaf 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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 .