mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +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:
@ -102,10 +102,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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user