Skip to content

Commit

Permalink
Improve resize_split documentation (#4393)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh authored Jan 2, 2025
2 parents 4047c89 + 355ac91 commit 75571fb
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 @@ -321,7 +321,7 @@ pub const Action = union(enum) {
toggle_split_zoom: void,

/// Resize the current split by moving the split divider in the given
/// direction
/// direction. For example `resize_split:left,10`. The valid directions are up, down, left and right.
resize_split: SplitResizeParameter,

/// Equalize all splits in the current window
Expand Down

0 comments on commit 75571fb

Please sign in to comment.