Bind cycle_mode action
This commit is contained in:
parent
c37faf0ab3
commit
69e01e67dc
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue