Arne Brasseur

Results 300 comments of Arne Brasseur

Strangely I don't think I've ever seen that message... Maybe I didn't notice or maybe it's a setup difference?

They're not vanilla vim, they're provided by a package. In fact this overrides the vanilla vim bindings for `[` and `]` as mentioned. I want to avoid overriding vanilla vim...

Thanks a lot @jcmkk3 , this is tremendously helpful!

All our baseline bindings go into `corgi-keys`/`corgi-bindings`, including optional ones. Corkey ignores bindings if the command doesn't exist for this reason. We aim to avoid having "alternatives" or "choices/options" within...

Thanks Tim, that largely tracks with how I feel about things. Even though I'm not a Kondo user myself I do think its adoption is wide enough at this point...

We're erring on the side of doing less here, which is a general principle we're following. Corgi is meant to be a baseline config that people can build on, for...

I don't see a need to add this to any of the existing corgi meta-packages, but I see little harm in adding it to the sample config, with a comment...

We eventually figured this out. This problem occurs when `boot-cljs-repl` doesn't get the same compiler options that your main build gets. To fix this you need to be on `0.4.0-SNAPSHOT`...

Thanks, I'll have a look at the tests next week, and will change `-` to `-f -`. > this disallows using this as a pipe. Is that the intent? Yes,...

Hi @eraserhd, I've rebased, added a CHANGELOG entry, updated the manpage, added a contributors section to the README, and checked in the patch. It only reads from `STDIN` now if...