This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-08
Channels
- # adventofcode (9)
- # announcements (5)
- # babashka (3)
- # beginners (46)
- # calva (21)
- # cider (15)
- # clj-kondo (20)
- # cljs-dev (57)
- # cljsrn (10)
- # clojure (147)
- # clojure-dev (6)
- # clojure-europe (3)
- # clojure-france (2)
- # clojure-italy (8)
- # clojure-nl (18)
- # clojure-norway (5)
- # clojure-spec (16)
- # clojure-uk (63)
- # clojuredesign-podcast (7)
- # clojurescript (65)
- # clojurex (42)
- # cursive (12)
- # datomic (10)
- # fulcro (47)
- # graalvm (102)
- # graphql (2)
- # jobs (5)
- # joker (12)
- # off-topic (33)
- # pedestal (6)
- # re-frame (6)
- # reagent (8)
- # reitit (6)
- # remote-jobs (4)
- # rewrite-clj (10)
- # shadow-cljs (86)
- # sql (45)
- # testing (4)
- # tools-deps (43)
- # vim (8)
- # xtdb (3)
https://lobste.rs/s/ffhwse/whats_your_vim_setup_like#c_sfnxxy Purists and exobrains. That's the scale
https://www.hillelwayne.com/post/intermediate-vim/ the referenced article is a good one
👍 4
vim-signature seems nice, installed it. So newbie-question: when I bring up the list of markers (which is a bit hard because m?
is apparently mapped to :Dispatch make
), how do I use that list? I’m assuming I can highlight one of the lines and quickly move the cursor there, but how does that work?
4
:Gdiffsplit some-branch
works, but only shows the diff for the current file. I guess it's unrealistic to bend vim towards showing all changed files in a single buffer :derp: