This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-23
Channels
- # aleph (14)
- # announcements (2)
- # babashka (8)
- # bangalore-clj (2)
- # beginners (66)
- # calva (8)
- # cider (1)
- # clj-kondo (24)
- # cljdoc (3)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (197)
- # clojure-europe (1)
- # clojure-india (5)
- # clojure-italy (4)
- # clojure-nl (27)
- # clojure-uk (18)
- # clojurescript (56)
- # code-reviews (19)
- # core-async (86)
- # cursive (16)
- # data-science (1)
- # datomic (16)
- # docker (3)
- # events (1)
- # fulcro (101)
- # graalvm (7)
- # graphql (16)
- # jobs (1)
- # jobs-discuss (6)
- # kaocha (4)
- # luminus (1)
- # off-topic (93)
- # onyx (3)
- # pathom (9)
- # planck (2)
- # re-frame (8)
- # reagent (3)
- # reitit (3)
- # remote-jobs (3)
- # shadow-cljs (21)
- # test-check (3)
- # tools-deps (21)
- # vim (16)
IDE integration. So that vim would have some way of showing what uses a function I'm looking at, instead of running kondo on a separate terminal. But so that should work with LSP clients, like ALE?
i saw this today https://joereynoldsaudio.com/2020/01/22/vim-sandwich-is-better-than-surround.html and decided to re-evaluate vim-sandwich. it's awesome! i've switched over from vim-surround and i'm totally happy with it. the best feature is that it provides visual feedback by highlighting the text that you're about to modify by adding, replacing, or deleting containing elements
i was skeptical, because i was a heavy user of vim-surround. i have to say, vim-sandwich surpassed my expectations
my fingers are already starting to figure out the new keybindings. they're fairly similar, you basically just press sa
first instead of entering a "verb" followed by s
the visual feedback is super awesome, though. instead of figuring out the entire sequence of keys i need to press, i can press saiw
and see if it highlighted the right thing, then think about what i want to surround it with