mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 17:26:09 +03:00
Improve goto_split documentation (#4388)
This wasn't immediately obvious to me when configuring goto_split
This commit is contained in:
@ -314,7 +314,7 @@ pub const Action = union(enum) {
|
|||||||
/// the direction given.
|
/// the direction given.
|
||||||
new_split: SplitDirection,
|
new_split: SplitDirection,
|
||||||
|
|
||||||
/// Focus on a split in a given direction.
|
/// Focus on a split in a given direction. For example `goto_split:top`. Valid values are top, bottom, left, right, 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