From 2610f5b4e2ac6b2029ac8bb18987a914b1a1c1c0 Mon Sep 17 00:00:00 2001 From: Caleb Norton Date: Fri, 3 Jan 2025 14:32:39 -0600 Subject: [PATCH] Docs: update goto_split documentation In #4388, documentation was added for goto_split but in #3427 this documentation was made outdated but not updated. This makes the documentation up to date and brings the ordering in line with new_split --- src/input/Binding.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/Binding.zig b/src/input/Binding.zig index 3168e8c03..33ed80c8b 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -341,7 +341,7 @@ pub const Action = union(enum) { /// the direction given. For example `new_split:up`. Valid values are left, right, up, down and auto. new_split: SplitDirection, - /// Focus on a split in a given direction. For example `goto_split:top`. Valid values are top, bottom, left, right, previous and next. + /// Focus on a split in a given direction. For example `goto_split:up`. Valid values are left, right, up, down, previous and next. goto_split: SplitFocusDirection, /// zoom/unzoom the current split.