Bind cycle_mode action

This commit is contained in:
Piotr Osiewicz 2023-11-15 15:22:35 +01:00
parent c37faf0ab3
commit 69e01e67dc

View file

@ -203,6 +203,7 @@ impl Render for BufferSearchBar {
}) })
.on_action(Self::select_next_match) .on_action(Self::select_next_match)
.on_action(Self::select_prev_match) .on_action(Self::select_prev_match)
.on_action(Self::cycle_mode)
.w_full() .w_full()
.p_1() .p_1()
.child( .child(