mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Improve new_split documentation (#4389)
This commit is contained in:
@ -311,7 +311,7 @@ pub const Action = union(enum) {
|
|||||||
toggle_tab_overview: void,
|
toggle_tab_overview: void,
|
||||||
|
|
||||||
/// Create a new split in the given direction. The new split will appear in
|
/// 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,
|
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:top`. Valid values are top, bottom, left, right, previous and next.
|
||||||
|
Reference in New Issue
Block a user