summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
diff options
context:
space:
mode:
authornicm <nicm>2015-08-12 08:55:20 +0000
committernicm <nicm>2015-08-12 08:55:20 +0000
commit13b7fd82c12ff2a0812d2b378a49011c12028796 (patch)
tree5b9fe04a12b1a97d5f0e46a5dcf255a2acaef9fb /cmd-find.c
parent5ec3621101e13e9032d1871f02883757b18d51ac (diff)
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.
Diffstat (limited to 'cmd-find.c')
-rw-r--r--cmd-find.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd-find.c b/cmd-find.c
index 5e0b1dbb..4adfe681 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -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 }
};