This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-16
Channels
- # aws (17)
- # babashka (2)
- # beginners (131)
- # bristol-clojurians (1)
- # calva (16)
- # chlorine-clover (6)
- # cider (10)
- # clara (5)
- # cljsrn (82)
- # clojure (176)
- # clojure-dev (14)
- # clojure-europe (13)
- # clojure-italy (13)
- # clojure-nl (4)
- # clojure-spec (10)
- # clojure-sweden (32)
- # clojure-uk (32)
- # clojuredesign-podcast (2)
- # clojurescript (34)
- # community-development (2)
- # conjure (17)
- # cursive (4)
- # datomic (51)
- # emacs (6)
- # figwheel-main (26)
- # fulcro (16)
- # graalvm (11)
- # jobs (2)
- # jobs-discuss (30)
- # kaocha (4)
- # meander (23)
- # off-topic (34)
- # pathom (5)
- # re-frame (10)
- # reagent (3)
- # reitit (6)
- # releases (3)
- # sci (36)
- # shadow-cljs (27)
- # sql (9)
- # testing (6)
- # tools-deps (28)
- # vim (8)
Yeah, I think it's the right move. It'll probably be another major version bump since it could impact someone's setup. It may well come with another client depending on how my experiments go I guess 😄
maybe show a warning that will change for some time?
Hey guys, how do you go after renaming functions and stuff in Vim? I was trying to do it like this: https://stackoverflow.com/questions/597687/changing-variable-names-in-vim But couldn't make it work. The others methods I tried only renamed the current file functions
as for me, i typically just use %s/foo/bar/gc
if it's limited to just the buffer i'm working in
i also use https://github.com/dyng/ctrlsf.vim all the time to find instances of a string across the entire project