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

Justin Su created

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

Change summary

assets/keymaps/default-macos.json | 7 -------
1 file changed, 7 deletions(-)

Detailed changes

assets/keymaps/default-macos.json 🔗

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