Improve resize_split documentation (#4393)

This commit is contained in:
Mitchell Hashimoto
2025-01-02 07:02:33 -08:00
committed by GitHub

View File

@ -321,7 +321,7 @@ pub const Action = union(enum) {
toggle_split_zoom: void, toggle_split_zoom: void,
/// Resize the current split by moving the split divider in the given /// 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, resize_split: SplitResizeParameter,
/// Equalize all splits in the current window /// Equalize all splits in the current window