This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-16
Channels
- # announcements (7)
- # aws (9)
- # babashka (31)
- # beginners (28)
- # calva (14)
- # clj-kondo (29)
- # cljs-dev (23)
- # cljsrn (16)
- # clojure (21)
- # clojure-france (1)
- # clojure-nl (2)
- # clojure-spec (20)
- # clojure-sweden (4)
- # clojure-uk (6)
- # clojurescript (62)
- # community-development (5)
- # conjure (81)
- # cursive (14)
- # datomic (5)
- # defnpodcast (2)
- # docker (1)
- # figwheel-main (11)
- # fulcro (17)
- # graalvm (5)
- # jobs-discuss (5)
- # kaocha (1)
- # off-topic (54)
- # pathom (1)
- # pedestal (1)
- # quil (1)
- # re-frame (34)
- # shadow-cljs (34)
- # tools-deps (39)
- # uncomplicate (2)
cursive doesn't seem to have a default "send '<form>' to repl" shortcut. anyone have a good one or a previous default? still new so don't want to clobber common cursive/intellij keybindings i haven't learned yet
Which keymap are you using? Both “Send form before caret to REPL” and “Send top form to REPL” should have bindings I think.
not sure if osx is the answer to which keymap or if there's something more technical
here is a screenshot of my customized keymap for cursive actions on macOS: repl actions:
I bound "send form to REPL" to a force touch. This flows really well with how I work (all laptop, single screen, lots of touchpad gesture use). Just position the cursor and press a little harder than usual and stuff gets evaluated in the REPL. Obviously doesn't work if you don't have/use a force touchpad.
I've installed latest version of IntelliJ + Cursive, and found out that parinfer/paredit mode has disappeared from the right bottom corner 😅
Weird, what happens if you press shift shift then type toggle structural editing style?

https://clojurians.slack.com/archives/C0744GXCJ/p1589633882489400?thread_ts=1589627811.488700&cid=C0744GXCJ wow, thanks! Only had to click two times on toggle structural editing (first click - Structural editing off
, second click - Parinfer mode on
)
this was reported and fixed here: https://github.com/cursive-ide/cursive/issues/2349