This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-08
Channels
- # announcements (2)
- # asami (2)
- # babashka (7)
- # beginners (59)
- # cider (12)
- # cljdoc (1)
- # cljs-dev (18)
- # clojure (23)
- # clojure-europe (15)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-uk (5)
- # clojured (16)
- # clojurescript (22)
- # core-typed (8)
- # cursive (3)
- # datomic (24)
- # events (2)
- # fulcro (4)
- # gratitude (1)
- # helix (13)
- # hoplon (18)
- # integrant (2)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # joyride (5)
- # minecraft (1)
- # off-topic (76)
- # pathom (18)
- # podcasts-discuss (8)
- # polylith (11)
- # remote-jobs (4)
- # rewrite-clj (22)
- # sci (4)
- # shadow-cljs (152)
- # sql (4)
- # tools-build (26)
- # tools-deps (34)
hi all - i feel like i may just be missing something obvious, but what is the keystroke to execute the current form in the cursive repl? (not the current form in the editor buffer, but the form in the repl code window where you can write little snippets of code. If you're at the end of the form, you hit enter
but because of the structure of clojure code, I'm very rarely at the end of the form when i finish fixing my prior attempt.
I think ctrl+enter does it? If not you could try alt+enter. There's definitely a shortcut for this, which is presumably configurable in the Keymap setttings :)
i'm on mac, and it is cmd-enter
duh, thanks. i had tried alt-enter
and shift-enter
and ctrl-enter
and it took you mentioning ctrl-enter
for me to remember the cmd
key because i'm on mac. thanks 😆