chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
athomasoriginal 2019-12-11T20:16:54.303Z

Hey all! In atom, when I evaluate a form in Chlorine, is there a shortcut to remove the inline evaluation?

mauricio.szabo 2019-12-11T20:24:38.303300Z

There's the command inline-results:clear-all

mauricio.szabo 2019-12-11T20:26:30.304600Z

You can bind it to any shorcut you want 🙂. And I just noticed that there's no "recommended keymap" for it on the README, so I'll add one. Any suggestions?

seancorfield 2019-12-11T20:32:11.305Z

I thought it was bound to cmd-i cmd-c at least on macOS?

seancorfield 2019-12-11T20:33:32.305100Z

I don't think I've customized these keymaps...

mauricio.szabo 2019-12-11T20:44:50.306200Z

Ah, probably this comes from the Ink package. Lots of packages in Atom conflict with keymaps, so I tend to disable all keymaps and rebind only the ones I want

athomasoriginal 2019-12-11T20:47:15.306400Z

ahhh..very nice.

athomasoriginal 2019-12-11T20:47:19.306600Z

thank you!