emacs: Fix cmd-f not working in Terminal (#34400)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp
2025-07-14 13:16:25 +00:00
committed by GitHub
parent 6f9e052edb
commit c6a6db9754
+1
View File
@@ -1098,6 +1098,7 @@
"ctrl-cmd-space": "terminal::ShowCharacterPalette",
"cmd-c": "terminal::Copy",
"cmd-v": "terminal::Paste",
"cmd-f": "buffer_search::Deploy",
"cmd-a": "editor::SelectAll",
"cmd-k": "terminal::Clear",
"cmd-n": "workspace::NewTerminal",