Fork me on GitHub
#vim
<
2022-02-14
>
James Amberger20:02:41

Hi. Rewording this whole post: I’d like to switch easily from

(a (b c d e))
to
(a (b
    c
    d
    e))
and back.

Nundrum23:02:42

Not exactly sure what you're looking for, but the fireplace c!! might help. That evals the expression and replaces it with the result. So I can imagine wrapping almost anything in pprint and then executing c!! on it.

Leaf Garland06:02:13

I use zprint for similar. Install zprint, select form and then something like :'<'>!zprint