Improve goto_split documentation (#4388)

This wasn't immediately obvious to me when configuring goto_split
pull/4407/head
Mitchell Hashimoto 2025-01-02 07:02:14 -08:00 committed by GitHub
commit e55444e6fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ pub const Action = union(enum) {
/// the direction given.
new_split: SplitDirection,
/// Focus on a split in a given direction.
/// 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.