mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Rename left/right/up/down relative to active pane to add -of suffix
(left-of/right-of/etc) to remove conflict with left/right meaning leftmost or rightmost pane. From Ben Boeckel.
This commit is contained in:
8
tmux.1
8
tmux.1
@ -496,10 +496,10 @@ The following special tokens are available for the pane index:
|
||||
.It Li "{top-right}" Ta "" Ta "The top-right pane"
|
||||
.It Li "{bottom-left}" Ta "" Ta "The bottom-left pane"
|
||||
.It Li "{bottom-right}" Ta "" Ta "The bottom-right pane"
|
||||
.It Li "{up}" Ta "" Ta "The pane above the active pane"
|
||||
.It Li "{down}" Ta "" Ta "The pane below the active pane"
|
||||
.It Li "{left}" Ta "" Ta "The pane to the left of the active pane"
|
||||
.It Li "{right}" Ta "" Ta "The pane to the right of the active pane"
|
||||
.It Li "{up-of}" Ta "" Ta "The pane above the active pane"
|
||||
.It Li "{down-of}" Ta "" Ta "The pane below the active pane"
|
||||
.It Li "{left-of}" Ta "" Ta "The pane to the left of the active pane"
|
||||
.It Li "{right-of}" Ta "" Ta "The pane to the right of the active pane"
|
||||
.El
|
||||
.Pp
|
||||
The tokens
|
||||
|
Reference in New Issue
Block a user