diff --git a/src/input/Binding.zig b/src/input/Binding.zig index 1cf925401..5b8750f7c 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -423,6 +423,8 @@ pub const Action = union(enum) { /// Navigate the search results. If there is no active search, this /// is not performed. + /// + /// Valid arguments: `previous`, `next`. navigate_search: NavigateSearch, /// Start a search if it isn't started already. This doesn't set any