Improve resize_split documentation

This commit is contained in:
Jade
2025-01-02 21:33:47 +08:00
committed by GitHub
parent 94599102e9
commit 355ac91c0a

View File

@ -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