Add default terminal binding for buffer search on Linux (#16085)

Release Notes:

- N/A
This commit is contained in:
Vitor Ramos 2024-08-23 20:37:41 +02:00 committed by GitHub
parent 352c95cf0d
commit 77bb60f1d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
},
{