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

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-07-14 09:16:25 -04:00 committed by GitHub
parent 6f9e052edb
commit c6a6db9754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",