mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Update Binding.zig correct direction name in goto_split
This commit is contained in:
@ -360,8 +360,8 @@ pub const Action = union(enum) {
|
||||
/// keybind = cmd+shift+d=new_split:right
|
||||
new_split: SplitDirection,
|
||||
|
||||
/// Focus on a split in a given direction. For example `goto_split:up`.
|
||||
/// Valid values are left, right, up, down, previous and next.
|
||||
/// Focus on a split in a given direction. For example `goto_split:top`.
|
||||
/// Valid values are left, right, top, bottom, previous and next.
|
||||
goto_split: SplitFocusDirection,
|
||||
|
||||
/// zoom/unzoom the current split.
|
||||
|
Reference in New Issue
Block a user