diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-12-08 07:49:31 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-12-08 07:49:31 +0000 |
commit | 6311bd119ed728117fd6f0073792a76c2a6b842b (patch) | |
tree | 8eed2eaa1e2161e39d1f983dc38fbeb8813103ee /tmux.1 | |
parent | 796eb522ac6534510b22c34296cbd172f8fab3ae (diff) | |
download | rtmux-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.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 . |