I've been using emacs/evil/cider for a while and finally want to make the plunge into a paredit like environment. I'm trying evil-cleverparens, though imagine this concept applies to any sexp-editor/mode.
Say I have a nested sexp (a (b (c d)))
and I want to switch it over to use a threading macro (->> d c b a)
. What editing commands can I use to streamline this process?