This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-14
Channels
- # announcements (3)
- # asami (22)
- # babashka (9)
- # beginners (92)
- # calva (7)
- # clj-kondo (8)
- # clojure (61)
- # clojure-australia (3)
- # clojure-boston (1)
- # clojure-dev (3)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (14)
- # clojurescript (5)
- # conjure (12)
- # core-async (44)
- # cryogen (8)
- # crypto (2)
- # cursive (24)
- # data-science (5)
- # events (1)
- # fulcro (10)
- # garden (2)
- # graalvm (19)
- # helix (4)
- # instaparse (13)
- # lsp (13)
- # luminus (1)
- # malli (5)
- # meander (22)
- # off-topic (22)
- # polylith (8)
- # re-frame (69)
- # react (1)
- # reagent (2)
- # releases (2)
- # shadow-cljs (52)
- # sql (7)
- # test-check (3)
- # timbre (2)
- # tools-deps (9)
Paredit Quickstart question (possible issue): I'm folowing the paredit guide and I got to this part:
;; There is also *Paredit Shrink Selection*
;; == Navigate the Structure ==
;; Move form-by-form using *Paredit Sexp Forward*
;; and *Paredit Sexp Backward*
In my command pallet I find Alt + LeftArrow and Alt + RightArrow
But they don't work (Or I don't knwo how to use them properly ?!).
I go to a character, press the keys and expect to jump to the next form.
Nothing happens.
If I press Ctrl+ arrows I do jump to next/prev form@eugen.stan you are running into this issue: https://github.com/BetterThanTomorrow/calva/issues/1161 So, it’s upstream from Calva. Maybe we should mention it in the Paredit guide, actually.