From 6311bd119ed728117fd6f0073792a76c2a6b842b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 8 Dec 2009 07:49:31 +0000 Subject: Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right pane can be identified. --- tmux.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tmux.1') 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 . -- cgit