What is shortcut to evaluate block from file in clojureunity REPL on Mac, Sublime 3?
When I manually click Tools -> Eval in REPL -> Block it says: Cannot find REPL for 'clojure'.
Probably because it's clojureunity REPL, not clojure.
Additionally how could I change shortcut to eval block in clojureunity REPL?
I've came across this snippet, which changes shortcut for clojure REPL
{ "keys": ["command+enter"], "command": "repl_transfer_current", "args": {"scope": "block"}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "source.clojure", "match_all": true }
]
}
When I try it, it prints whe same error Cannot find REPL for 'clojure'. So I tried to change source.clojure to source.clojureunity, no success.
Sorry, if this is newbie question, I don't use Sublime at all.
What is shortcut to evaluate block from file in clojureunity REPL on Mac, Sublime 3?
When I manually click Tools -> Eval in REPL -> Block it says:
Cannot find REPL for 'clojure'.Probably because it's
clojureunityREPL, notclojure.Additionally how could I change shortcut to eval block in
clojureunityREPL?I've came across this snippet, which changes shortcut for
clojureREPLWhen I try it, it prints whe same error
Cannot find REPL for 'clojure'. So I tried to changesource.clojuretosource.clojureunity, no success.Sorry, if this is newbie question, I don't use Sublime at all.