From 355ac91c0a7c91cd0444a877bef85dbfe21a3a03 Mon Sep 17 00:00:00 2001 From: Jade Date: Thu, 2 Jan 2025 21:33:47 +0800 Subject: [PATCH] Improve resize_split documentation --- 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 b2c03b674..a9d231e45 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -321,7 +321,7 @@ pub const Action = union(enum) { toggle_split_zoom: void, /// Resize the current split by moving the split divider in the given - /// direction + /// direction. For example `resize_split:left,10`. The valid directions are up, down, left and right. resize_split: SplitResizeParameter, /// Equalize all splits in the current window