keymaps: Fix how single line editor handles new lines in BufferSearch (#19316)

Vladimir Varankin created

Updates JetBrains keymap to handle the `shift-enter` as the `SelectPrevMatch` action.

Change summary

assets/keymaps/macos/jetbrains.json | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

assets/keymaps/macos/jetbrains.json 🔗

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