Docs: update goto_split documentation

In #4388, documentation was added for goto_split but in #3427 this
documentation was made outdated but not updated. This makes the
documentation up to date and brings the ordering in line with new_split
pull/4536/head
Caleb Norton 2025-01-03 14:32:39 -06:00
parent ab9b14215c
commit 2610f5b4e2
No known key found for this signature in database
GPG Key ID: F42407C9E5D39431
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ pub const Action = union(enum) {
/// the direction given. For example `new_split:up`. Valid values are left, right, up, down and auto.
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:up`. Valid values are left, right, up, down, previous and next.
goto_split: SplitFocusDirection,
/// zoom/unzoom the current split.