karthik / Rtools

Sublime text package for R
33 stars 11 forks source link

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

Open vqv opened 12 years ago

vqv commented 12 years ago

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?