This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-19
Channels
- # aws (2)
- # beginners (135)
- # boot (20)
- # chestnut (7)
- # cider (18)
- # clara (5)
- # cljs-dev (50)
- # cljsrn (30)
- # clojure (252)
- # clojure-italy (9)
- # clojure-losangeles (5)
- # clojure-russia (8)
- # clojure-spec (33)
- # clojure-uk (5)
- # clojurescript (32)
- # clr (4)
- # cursive (5)
- # data-science (1)
- # datascript (1)
- # datomic (40)
- # emacs (1)
- # fulcro (18)
- # graphql (11)
- # hoplon (3)
- # lein-figwheel (2)
- # lumo (47)
- # off-topic (2)
- # om-next (3)
- # onyx (10)
- # pedestal (22)
- # protorepl (6)
- # re-frame (7)
- # reagent (38)
- # ring (1)
- # ring-swagger (5)
- # rum (3)
- # spacemacs (19)
- # specter (5)
- # vim (13)
- # yada (16)
how can I disconnect proto-repl so that I can close atom and reopen atom and restart proto-repl
When you close Atom, the REPL will disconnect -- perhaps I'm not understanding what you are asking @hotbelgo?
Otherwise ctrl-alt-, e
will stop the REPL.
It's the Proto Repl: Exit Repl
command. Also bound to ctrl-, e
according to the command palette.
Cool - thanks @seancorfield - its felt like closing atom was not sufficient sometimes, but perhaps it was some other beginner problem that was actually to blame
The other useful command is Proto Repl: Interrupt
bound to ctrl-shift-c
.