This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-02
Channels
- # beginners (98)
- # bigdata (1)
- # bitcoin (1)
- # boot (32)
- # cider (20)
- # cljs-dev (57)
- # cljsrn (130)
- # clojure (93)
- # clojure-dusseldorf (1)
- # clojure-germany (1)
- # clojure-greece (3)
- # clojure-italy (2)
- # clojure-russia (203)
- # clojure-spec (14)
- # clojure-uk (50)
- # clojurescript (127)
- # css (7)
- # cursive (6)
- # data-science (1)
- # datomic (4)
- # emacs (1)
- # events (1)
- # fulcro (8)
- # funcool (12)
- # graphql (7)
- # jobs (1)
- # lein-figwheel (2)
- # luminus (2)
- # off-topic (7)
- # om (16)
- # onyx (4)
- # parinfer (17)
- # pedestal (6)
- # portkey (36)
- # proton (3)
- # re-frame (10)
- # shadow-cljs (140)
- # spacemacs (12)
- # specter (1)
- # sql (1)
- # vim (10)
- # yada (10)
@wilkerlucio for tab key?
any extraKey at all
I'm trying to combine parinfer and auto-complete things, I tried with Tab and with Ctrl+Space
they work fine, but when I add parinfer they all stop responding
https://github.com/shaunlebron/parinfer-codemirror/blob/master/parinfer-codemirror.js#L575
yeah, i’m doing it wrong then
yeah, maybe it's overriding
I think you should use this one: http://codemirror.net/doc/manual.html#addKeyMap
do you have time to write a PR for it?
thanks for pointing the place, I'll try it out here, if works I send a PR to you 😉
thank you very much 👍
maybe it's worth nothing to users that parinfer will override the Tab
key
Hi! does anyone know if there is a “form yank” ability in parinfer or maybe another common clojure editor plugin?
Eg. say curser is the *
and i want to yank/copy that inner vector.
[*[1 2 3 4]]
This seems like a really common thing so i assume there is an obvious way todo this im missing. Im using spacemacs, with cider. This might not even be a parinfer question.@drewverlee That’s not something that parinfer handles, you’ll need to figure out how your editor does it.
@drewverlee ya[
, or if you want it to work on any form https://github.com/luxbock/evil-cleverparens/blob/master/README.md yf
I switched back to vim though, as I was disappointed with the lack of text objects in the emacs ecosystem.