aboutsummaryrefslogtreecommitdiff
path: root/cmd-find.c
diff options
context:
space:
mode:
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 }
};