mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Docs: update goto_split documentation (#4536)
In #4388, documentation was added for goto_split but in #3427 this documentation was made outdated but not updated. This makes the documentation up to date and brings the ordering in line with new_split
This commit is contained in:
@ -341,7 +341,7 @@ pub const Action = union(enum) {
|
|||||||
/// the direction given. For example `new_split:up`. Valid values are left, right, up, down and auto.
|
/// the direction given. For example `new_split:up`. Valid values are left, right, up, down and auto.
|
||||||
new_split: SplitDirection,
|
new_split: SplitDirection,
|
||||||
|
|
||||||
/// Focus on a split in a given direction. For example `goto_split:top`. Valid values are top, bottom, left, right, previous and next.
|
/// Focus on a split in a given direction. For example `goto_split:up`. Valid values are left, right, up, down, previous and next.
|
||||||
goto_split: SplitFocusDirection,
|
goto_split: SplitFocusDirection,
|
||||||
|
|
||||||
/// zoom/unzoom the current split.
|
/// zoom/unzoom the current split.
|
||||||
|
Reference in New Issue
Block a user