This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-06
Channels
- # aleph (43)
- # announcements (11)
- # babashka (35)
- # beginners (70)
- # calva (4)
- # cider (8)
- # clerk (15)
- # clojure (192)
- # clojure-dev (7)
- # clojure-europe (44)
- # clojure-nl (2)
- # clojure-norway (65)
- # clojure-uk (4)
- # code-reviews (4)
- # conjure (1)
- # cursive (41)
- # data-science (1)
- # datomic (8)
- # emacs (7)
- # fulcro (13)
- # humbleui (17)
- # hyperfiddle (53)
- # kaocha (4)
- # malli (7)
- # missionary (17)
- # music (1)
- # obb (1)
- # off-topic (8)
- # polylith (1)
- # portal (3)
- # releases (11)
- # shadow-cljs (36)
- # squint (4)
- # tools-deps (4)
Does calva provide the paredit feature to jump over any closing symbols like ]})
with any symbols of these? I just want to type ]
to step over any of these. Is that possible?
There’s Forward Up Sexp, which you can re-bind. Default binding is ctrl+alt+down
. (`down` because forward is often down on the screen 😃 ). Is that what you are looking for?
Hey peter, thanks for fast reply. Your answer gave me a hint, that (`ctrl + alt + down`) is reserved by gnome desktop. The function what works most like expected (i won't select) has the binding ctrl+alt+shift+down
, but can i get it to work when ever i write a ],},)? That's what i expect from paredit like in emacs or in cursive.