Skip to content

Commit

Permalink
Docs: update goto_split documentation (#4536)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mitchellh authored Jan 3, 2025
2 parents 2f6e7d6 + 2610f5b commit fa30a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/Binding.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa30a04

Please sign in to comment.