Revert "Add ctrl-enter keybind (macOS) to type newline in search bars" (#52436)

Reverts #50420

This was made redundant by
https://github.com/zed-industries/zed/pull/50783.

According to [this
comment](https://github.com/zed-industries/zed/pull/50783#issuecomment-4002827488),
the ctrl-enter keybind from the `Editor && mode == auto_height` context
applies to the search bars now.

Release Notes:

- N/A
This commit is contained in:
Justin Su 2026-04-16 02:11:51 -04:00 committed by GitHub
parent b6b2b63370
commit 5101b3aa6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -479,13 +479,6 @@
"down": "search::NextHistoryQuery",
},
},
{
"context": "BufferSearchBar || ProjectSearchBar",
"use_key_equivalents": true,
"bindings": {
"ctrl-enter": "editor::Newline",
},
},
{
"context": "ProjectSearchBar",
"use_key_equivalents": true,