Cmd+b conflicts with the default keybinding for "build"
Open
- Dominant language
- Python
- Stars
- 33
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Cmd+B ("super+b") conflicts with the default keybinding for "build". See the file Packages/Default/Default (OSX).sublime-keymap:
```
{ "keys": ["super+b"], "command": "build" },
```
The recent change breaks the default keybinding. It took me a while to track the culprit to R Tools. Maybe it would be possible to setup a build system for R so that "build" command either launches R in batch mode, or sources the current file in the R GUI?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.