Update Binding.zig
parent
15ceb18fcb
commit
80fe32be32
|
|
@ -314,7 +314,7 @@ pub const Action = union(enum) {
|
|||
/// the direction given.
|
||||
new_split: SplitDirection,
|
||||
|
||||
/// Focus on a split in a given direction. For example `goto_split:top`. Valid values are top, bottom, left and right.
|
||||
/// 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,
|
||||
|
||||
/// zoom/unzoom the current split.
|
||||
|
|
|
|||
Loading…
Reference in New Issue