This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-11
Channels
- # announcements (3)
- # asami (4)
- # babashka (79)
- # babashka-sci-dev (47)
- # beginners (97)
- # biff (12)
- # calva (7)
- # clj-commons (3)
- # clj-kondo (22)
- # clj-on-windows (13)
- # cljdoc (31)
- # cljfx (2)
- # cljs-dev (1)
- # clojure (85)
- # clojure-austin (4)
- # clojure-dev (12)
- # clojure-europe (15)
- # clojure-italy (8)
- # clojure-nl (4)
- # clojure-uk (4)
- # community-development (19)
- # conjure (3)
- # core-typed (40)
- # cursive (9)
- # datahike (21)
- # datomic (1)
- # emacs (7)
- # exercism (2)
- # graalvm (20)
- # graphql (1)
- # honeysql (16)
- # jobs (1)
- # malli (2)
- # off-topic (3)
- # pathom (28)
- # pedestal (3)
- # polylith (7)
- # reitit (14)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (4)
- # shadow-cljs (21)
- # sql (21)
- # testing (8)
- # tools-deps (23)
- # vscode (8)
- # xtdb (38)
Hi, Given the form (a1 a2 (b1 b2 b3) (c1 c2)). How can I quickly turn it into (b1 b2 b3) (c1 c2).
Like @U064X3EF3 says: Splice and Kill Backwards, with the cursor before (b1
. https://calva.io/paredit/#editing

typically in paredit terms this would be a 'splice' with the cursor after a2 (or maybe 'splice and kill backwards' to be more specific), in case that helps you track it down (I don't know calva enough to answer explicitly)
I find that some of the keybindings here https://calva.io/paredit/ don’t work as advertised on Macintoshes, would a list of issues be welcome/useful? It could be an issue just of my system but nonetheless
Yes, such a list would be very welcome and useful. We can figure about what is specific and not together when we have the list.
@UEH6VEQQJ are these key bindings that don’t work at all? or are they bindings that are colliding with default Mac OS shortcuts? I had a few cases of the latter, and had to remap or remove the OS defaults so I could use them in Calva instead.