Fork me on GitHub
#parinfer
<
2017-03-13
>
eraserhd14:03:55

@dominicm I use yi) and di] and so forth. The only one I can imagine missing is yiF and diF (that's the top-level expression, right?). And I don't.

dominicm14:03:31

@eraserhd do you not find yourself operating on the individual elements, e.g. deleting an argument from a fn call:

(recently-refactored arg1 arg2 rm-|this-arg arg4)
With dae at the | it gets removed (then dot to repeat in other calls too!)

eraserhd14:03:30

diw works there, too. My highlighting sets up word characters for clojure.

eraserhd14:03:29

I use ci) a lot.

dominicm14:03:55

@eraserhd Not if the symbol is rm-foo$bar etc. doesn't that require ciW so the symbols come in?

dominicm14:03:20

But then ciW work on defn in this: (defn …)

dominicm14:03:29

Yeah, I hit edge cases with iw & iW I think

eraserhd15:03:20

:help iskeyword 😄

eraserhd15:03:06

You can add $. But clojure syntax highlighting should get all the rest.