@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.
@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!)diw
works there, too. My highlighting sets up word characters for clojure.
I use ci)
a lot.
And ciw
@eraserhd Not if the symbol is rm-foo$bar
etc. doesn't that require ciW so the symbols come in?
But then ciW work on defn in this: (defn …)
Yeah, I hit edge cases with iw & iW I think
:help iskeyword
😄
You can add $
. But clojure syntax highlighting should get all the rest.