mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
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:
parent
b6b2b63370
commit
5101b3aa6a
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue