Hi
Recently I have been unable to source R-code using ctrl+b and sublimeREPL:R, although it used to work fine. Using FindKeyConflicts, I see that ctrl+b is also used by LaTexTools which I use regularly:
Entry Details
[ctrl+b]
build Default
latextools_build_selector LaTeXTools [{“operand”: “text.tex.latex”, “operator”: “equal”, “key”: “selector”}, {“operand”: “<3080”, “operator”: “equal”, “key”: “latextools.st_version”}]
I guess this could be the problem? How to solve it so I can use sublimeREPL:R again? I suppose I can assign another key to source the R-code by adding a line to the User preferences, but I am unsure of the syntax.
Best fishes
Sam