Skip to content

Eval in REPL shortcut #2

Description

@madvas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions