diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-08-12 12:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-08-12 12:01:09 +0100 |
commit | 6447404cc23a8593bc55840827f769b270b9d5be (patch) | |
tree | f2416665b11d80f98cf2aafa0cc136bef65a3105 | |
parent | 3c9b8a28c61e88d258060e38d459b05023b525ab (diff) | |
parent | 13b7fd82c12ff2a0812d2b378a49011c12028796 (diff) | |
download | rtmux-6447404cc23a8593bc55840827f769b270b9d5be.tar.gz rtmux-6447404cc23a8593bc55840827f769b270b9d5be.tar.bz2 rtmux-6447404cc23a8593bc55840827f769b270b9d5be.zip |
Merge branch 'obsd-master'
-rw-r--r-- | cmd-find.c | 8 | ||||
-rw-r--r-- | tmux.1 | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -101,10 +101,10 @@ const char *cmd_find_pane_table[][2] = { { "{top-right}", "top-right" }, { "{bottom-left}", "bottom-left" }, { "{bottom-right}", "bottom-right" }, - { "{up}", "{up}" }, - { "{down}", "{down}" }, - { "{left}", "{left}" }, - { "{right}", "{right}" }, + { "{up-of}", "{up}" }, + { "{down-of}", "{down}" }, + { "{left-of}", "{left}" }, + { "{right-up}", "{right}" }, { NULL, NULL } }; @@ -500,10 +500,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 |