karthik / karthik/Rtools

Cmd+b conflicts with the default keybinding for "build"

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.