diff --git a/src/input/Binding.zig b/src/input/Binding.zig index b2c03b674..2c1d0f614 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -311,7 +311,7 @@ pub const Action = union(enum) { toggle_tab_overview: void, /// Create a new split in the given direction. The new split will appear in - /// the direction given. + /// 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.