From 6bc16c3780d1a5f1d1e1fbc9a99f8e3ab6bc2dc9 Mon Sep 17 00:00:00 2001 From: mahefatsiresy <92085997+mahefatsiresy@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:11:56 +0530 Subject: [PATCH] Update Binding.zig correct direction name in goto_split --- src/input/Binding.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/Binding.zig b/src/input/Binding.zig index b684e6cd6..29276390d 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -360,8 +360,8 @@ pub const Action = union(enum) { /// keybind = cmd+shift+d=new_split:right new_split: SplitDirection, - /// Focus on a split in a given direction. For example `goto_split:up`. - /// Valid values are left, right, up, down, previous and next. + /// Focus on a split in a given direction. For example `goto_split:top`. + /// Valid values are left, right, top, bottom, previous and next. goto_split: SplitFocusDirection, /// zoom/unzoom the current split.