liquid

seancorfield 2018-12-27T17:57:42.001Z

@mogenslund In your demos, you show switching between a file buffer and the full output buffer but I can't figure out how to do that...

mogenslund 2018-12-27T18:05:42.004200Z

Hmm. Typing M (Capital m) will create a -tmp- buffer with the content of the -prompt- buffer. C-o will switch between left and right window. m will toggle between the two latests buffers. (But it will skip buffers surrounded with dashes "-"). If this does not help, please paste a link to the demo and how long into the clip it happens then I will check, what I am doing 🙂

seancorfield 2018-12-27T18:06:23.004600Z

Ah, M is probably what I'm missing... let me try that...

seancorfield 2018-12-27T18:07:20.004900Z

Yes, that's it! Thank you!

seancorfield 2018-12-27T18:11:03.005900Z

Yeah, I read this in the source but it didn't "click" with me

"M" editor/prompt-to-tmp
It's a truly impressive piece of work!

mogenslund 2018-12-27T18:11:05.006Z

Great 🙂

seancorfield 2018-12-27T18:23:32.006200Z

https://github.com/seancorfield/dot-clojure/blob/master/deps.edn#L72 🙂

1