parinfer

shaunlebron 2017-10-02T00:00:45.000046Z

@wilkerlucio for tab key?

wilkerlucio 2017-10-02T00:01:03.000128Z

any extraKey at all

wilkerlucio 2017-10-02T00:01:34.000065Z

I'm trying to combine parinfer and auto-complete things, I tried with Tab and with Ctrl+Space

wilkerlucio 2017-10-02T00:01:53.000099Z

they work fine, but when I add parinfer they all stop responding

shaunlebron 2017-10-02T00:02:07.000002Z

yeah, i’m doing it wrong then

wilkerlucio 2017-10-02T00:02:17.000124Z

yeah, maybe it's overriding

wilkerlucio 2017-10-02T00:02:49.000003Z

I think you should use this one: http://codemirror.net/doc/manual.html#addKeyMap

shaunlebron 2017-10-02T00:03:01.000100Z

do you have time to write a PR for it?

wilkerlucio 2017-10-02T00:03:11.000086Z

yes

wilkerlucio 2017-10-02T00:03:25.000121Z

thanks for pointing the place, I'll try it out here, if works I send a PR to you 😉

shaunlebron 2017-10-02T00:03:43.000020Z

thank you very much 👍

wilkerlucio 2017-10-02T00:35:32.000060Z

maybe it's worth nothing to users that parinfer will override the Tab key

2017-10-02T00:48:39.000058Z

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.

cfleming 2017-10-02T03:09:59.000057Z

@drewverlee That’s not something that parinfer handles, you’ll need to figure out how your editor does it.

dominicm 2017-10-02T06:57:37.000021Z

@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.

1👍