mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
Add default terminal binding for buffer search on Linux (#16085)
Release Notes: - N/A
This commit is contained in:
parent
352c95cf0d
commit
77bb60f1d1
1 changed files with 2 additions and 1 deletions
|
@ -474,7 +474,8 @@
|
|||
{
|
||||
"context": "!Terminal",
|
||||
"bindings": {
|
||||
"ctrl-shift-c": "collab_panel::ToggleFocus"
|
||||
"ctrl-shift-c": "collab_panel::ToggleFocus",
|
||||
"ctrl-shift-f": "buffer_search::Deploy"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue