This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-24
Channels
- # announcements (11)
- # babashka (11)
- # beginners (36)
- # biff (14)
- # cider (2)
- # clj-commons (9)
- # clojure (34)
- # clojure-czech (2)
- # clojure-europe (65)
- # clojure-nl (2)
- # clojure-norway (12)
- # clojure-uk (4)
- # clojuredesign-podcast (7)
- # clojurescript (5)
- # cursive (8)
- # deps-new (6)
- # hugsql (1)
- # humbleui (2)
- # hyperfiddle (5)
- # leiningen (21)
- # off-topic (2)
- # polylith (5)
- # practicalli (1)
- # releases (1)
- # sci (64)
- # sql (9)
- # squint (43)
- # test-check (6)
- # vim (7)
Today was a journey into Neovim and search and replace tools, I've added all my findings to https://practical.li/neovim/neovim-basics/search-replace/
Spectre is a really nice tool to search and replace across a project and I've added it to the https://github.com/practicalli/astronvim-config
I also like using Telescope to generate a quickfix list (reminds me of Emacs helm-ag) and then use the Neovim command :cdo
with :substitute
to change all the occurrences. This is already in AstroNvim.