Improve new_split documentation
parent
94599102e9
commit
cd809106c4
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue