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

No default keybindings #2

Open
seanabraham opened this issue Oct 24, 2017 · 1 comment
Open

No default keybindings #2

seanabraham opened this issue Oct 24, 2017 · 1 comment

Comments

@seanabraham
Copy link

I think it would be nice to add some default keybindings. These are what I'm using for now:

[
    {
        "key": "ctrl+cmd+m",
        "command": "seeing-is-believing.toggle-marks",
        "when": "editorTextFocus"
    },
    {
        "key": "ctrl+cmd+r",
        "command": "seeing-is-believing.run",
        "when": "editorTextFocus"
    }
]
@brandoncc
Copy link
Owner

I agree that it would be nice to include default bindings. I'm always afraid of causing conflicts for the users though and tend to leave them to the users to create. I'll give this some more thought, especially since cmd is Mac specific so I'm not sure if it would automatically be translated to win by VSC or not. I'll have to try it and see 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants