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:
Vladimir Varankin 2024-11-05 17:00:26 +01:00 committed by GitHub
parent bc3550d991
commit d6fcd9853a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,12 @@
"alt-enter": "editor::ToggleCodeActions" "alt-enter": "editor::ToggleCodeActions"
} }
}, },
{
"context": "BufferSearchBar > Editor",
"bindings": {
"shift-enter": "search::SelectPrevMatch"
}
},
{ {
"context": "Workspace", "context": "Workspace",
"bindings": { "bindings": {