Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go to bracket wrong shortcut #224

Closed
koryeh opened this issue May 4, 2021 · 1 comment
Closed

Go to bracket wrong shortcut #224

koryeh opened this issue May 4, 2021 · 1 comment
Assignees
Milestone

Comments

@koryeh
Copy link

koryeh commented May 4, 2021

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

@kasecato kasecato self-assigned this Oct 29, 2021
@kasecato kasecato added this to the v1.6.0 milestone Feb 23, 2024
@kasecato
Copy link
Owner

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

kasecato added a commit that referenced this issue Feb 23, 2024
kasecato added a commit that referenced this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants