Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right

pane can be identified.
This commit is contained in:
Nicholas Marriott
2009-12-08 07:49:31 +00:00
parent 796eb522ac
commit 6311bd119e
5 changed files with 208 additions and 15 deletions

10
tmux.1
View File

@ -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 .