mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Improve resize_split documentation (#4393)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user