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

Release Notes:

- N/A
This commit is contained in:
Vitor Ramos
2024-08-23 12:37:41 -06:00
committed by GitHub
parent 352c95cf0d
commit 77bb60f1d1
+2 -1
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"
}
},
{