Skip to content

Commit

Permalink
keymaps: Fix handling of shift-enter on macOS in JetBrains preset
Browse files Browse the repository at this point in the history
  • Loading branch information
narqo committed Oct 17, 2024
1 parent 9d61cd5 commit 5410d14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/keymaps/macos/jetbrains.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"alt-enter": "editor::ToggleCodeActions"
}
},
{
"context": "BufferSearchBar > Editor",
"bindings": {
"shift-enter": "search::SelectPrevMatch"
}
},
{
"context": "Workspace",
"bindings": {
Expand Down

0 comments on commit 5410d14

Please sign in to comment.