mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
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_prev_match)
|
||||
.on_action(Self::cycle_mode)
|
||||
.w_full()
|
||||
.p_1()
|
||||
.child(
|
||||
|
|
Loading…
Reference in a new issue