Update Binding.zig correct direction name in goto_split

This commit is contained in:
mahefatsiresy
2025-03-13 15:11:56 +05:30
committed by GitHub
parent 95daca616d
commit 6bc16c3780

View File

@ -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.