This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-21
Channels
- # announcements (1)
- # architecture (392)
- # babashka (3)
- # beginners (1)
- # calva (2)
- # cider (1)
- # clojure (30)
- # clojure-denmark (2)
- # clojure-dev (9)
- # clojure-europe (13)
- # clojure-italy (2)
- # clojure-japan (17)
- # clojure-korea (8)
- # clojure-nl (1)
- # clojure-norway (74)
- # clojure-uk (3)
- # clojurescript (6)
- # code-reviews (8)
- # conjure (1)
- # data-science (1)
- # datascript (7)
- # datomic (1)
- # fulcro (1)
- # graalvm (9)
- # humbleui (3)
- # hyperfiddle (11)
- # leiningen (4)
- # lsp (7)
- # malli (7)
- # off-topic (57)
- # other-languages (9)
- # overtone (7)
- # shadow-cljs (30)
- # sql (15)
- # squint (3)
- # timbre (3)
- # vim (6)
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.425
• https://github.com/BetterThanTomorrow/calva/issues/2426
• Fix: Certain paredit.killRight
edges cases on Windows.
Thanks @rayatrahman9 for adding this command! 🙏 ❤️ I think it will have me think much less about which delete backwards command to use, Kill Left will very often be the answer. The docs – https://calva.io/paredit/ – list these default keybindings:
• Mac: cmd+backspace
(same as for Delete All Left in non-structural files.)
• Windows and Linux: ctrl+k ctrl+h
(Delete All Left has no VS Code default keybinding)