This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-01
Channels
- # announcements (23)
- # babashka (66)
- # babashka-sci-dev (7)
- # beginners (24)
- # biff (2)
- # calva (19)
- # cider (10)
- # clj-kondo (12)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (37)
- # clojure-art (1)
- # clojure-europe (50)
- # clojure-gamedev (1)
- # clojure-nl (1)
- # clojure-norway (22)
- # clojure-uk (7)
- # clojurescript (6)
- # conjure (28)
- # cursive (19)
- # data-science (11)
- # fulcro (21)
- # holy-lambda (12)
- # honeysql (6)
- # hyperfiddle (2)
- # jobs (1)
- # lsp (5)
- # malli (4)
- # meander (3)
- # missionary (8)
- # nbb (5)
- # off-topic (39)
- # rdf (9)
- # reitit (1)
- # releases (1)
- # sci (21)
- # shadow-cljs (42)
- # specter (1)
- # xtdb (11)
Hello. I would like to set a hotkey to send a code snippet to the repl. How do I do that? I need to restart my servers and it would be nice to have a hotkey to do it anywhere instead of going to a file and evaluating a comment block.
✅ 1
Thanks!
sure thing!
I use something equivalent in inf-clojure where i store forms in registers. This would work for CIDER: https://gist.github.com/dpsutton/7556cf1f4ecfc97da7b7e9d6dbf210c6
I’ll put
• queries in q
• clojure.test/run-tests in t
• an individual test in i
• (run! tap> (repeat 3 "****"))
in c
to clear my tap view
gonna give this a go, thanks @U11BV7MTK