Improve new_split documentation

This commit is contained in:
Jade
2025-01-02 21:05:56 +08:00
committed by GitHub
parent 94599102e9
commit cd809106c4

View File

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