kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
817 stars 135 forks source link

Go to bracket wrong shortcut #224

Closed koryeh closed 6 months ago

koryeh commented 3 years ago

It's mapped to command + shift + \ in intellij it's ctrl + m (mac)

kasecato commented 6 months ago
            {
                "key": "ctrl+shift+m",
                "mac": "ctrl+m",
                "command": "editor.action.jumpToBracket",
                "when": "editorTextFocus",
                "intellij": "Move Caret to Matching Brace"
            },