conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
rafaeldelboni 2020-12-10T14:12:09.261Z

Hello folks, how you all clear the conjure buffer? I'm deleting the buffer lines, but doesn't seems optimal.

Olical 2020-12-13T13:49:32.266200Z

It's on develop, there's <prefix>lr to soft reset (keeping windows open and resetting the line content) and <prefix>lR to hard reset. The hard reset uses bwipeout!, so the buffer is rebuilt completely including mappings, config, lines etc. Good if another plugin has somehow interfered and broken the buffer.

Olical 2020-12-13T13:49:36.266400Z

Let me know if it works okay for you 🙂

rafaeldelboni 2020-12-17T12:15:35.267700Z

Hey is working great for me! Thanks a lot.

Olical 2020-12-17T12:25:50.267900Z

Glad to hear!

Olical 2020-12-10T14:32:04.261300Z

So I just delete the buffer contents or even bdelete! if required, but that's SUPER rare, like when I accidentally print a 100k+ line value 😬

Olical 2020-12-10T14:32:57.261500Z

What times are you having to clear the buffer? Or is it just to keep things tidy and concise? I'm considering adding a mapping or command for this (probably command so it's more intentional and not accidental) but I'm still not sure if it's really essential.

rafaeldelboni 2020-12-10T14:33:56.261700Z

When I'm running the tests, and I have a stack error in the middle of my results, I like to clear the buffer to run them again

rafaeldelboni 2020-12-10T14:35:04.261900Z

just to make easier to see the outputs I can open de buffer go to the top and read the outputs, but this is something very personal I think

2020-12-10T14:37:19.262100Z

Olical 2020-12-10T14:37:45.262200Z

https://github.com/Olical/conjure/issues/144 🙂 I'll track it in that issue

Olical 2020-12-10T14:38:01.262500Z

I'm thinking <prefix>lR as the default mapping, feel free to make suggestions and thoughts in there.

rafaeldelboni 2020-12-10T14:38:47.262700Z

Sounds good, I liked the mapping

dharrigan 2020-12-10T15:23:23.262900Z

me three

dave 2020-12-10T15:25:44.263100Z

that's a feature idea that has never occurred to me, but i think there's a possibility that if it were available, i would use it quite a bit

dave 2020-12-10T15:25:56.263300Z

sort of analogous to spamming ^L in a terminal

Fortino Gutierrez 2020-12-10T15:56:06.263500Z

love the idea