mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +00:00
keymaps: Fix how single line editor handles new lines in BufferSearch (#19316)
Updates JetBrains keymap to handle the `shift-enter` as the `SelectPrevMatch` action.
This commit is contained in:
parent
bc3550d991
commit
d6fcd9853a
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@
|
|||
"alt-enter": "editor::ToggleCodeActions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "BufferSearchBar > Editor",
|
||||
"bindings": {
|
||||
"shift-enter": "search::SelectPrevMatch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
|
|
Loading…
Reference in a new issue