Jetbrains keymap - Movement between panes (#7464)

Release Notes:

- Improved Jetbrains keybindings to include cmd+alt+left/right to go
back and forwards between panes rather than the default previous / next
pane

Signed-off-by: James Gee <1285296+geemanjs@users.noreply.github.com>
This commit is contained in:
James Gee 2024-02-07 07:12:34 +00:00 committed by GitHub
parent 9fd221271a
commit 7939673a7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,13 @@
"cmd-6": "diagnostics::Deploy"
}
},
{
"context": "Pane",
"bindings": {
"cmd-alt-left": "pane::GoBack",
"cmd-alt-right": "pane::GoForward"
}
},
{
"context": "ProjectPanel",
"bindings": {