Closed zaeph closed 3 years ago
Oh an indirect buffer fix. Nice. What's your use case for indirect buffers?
Thanks for the fix!
Thanks for the merge! 🎉
What's your use case for indirect buffers?
It's particularly useful when you need to edit two places in parallel inside a single file. For example, when I'm editing a module of a bigger function, I like to keep both in sight to periodically verify the outputs; cloning and narrowing makes this a breeze.
... when I'm editing a module of a bigger function, I like to keep both in sight to periodically verify the outputs; cloning and narrowing makes this a breeze.
Thanks. I'm going to try this. Currently I'd use multiple windows + bm for bouncing around to/from important locations but what you said sounds good.
Currently I'd use multiple windows + bm for bouncing around to/from important locations but what you said sounds good.
That sounds interesting too; thanks for the discovery!
I'm working on a proof-of-concept patch for abo-abo/lispy that would facilitate my method. .
Hi there,
This is a quick PR to fix the creation of links in indirect buffer.
I’ll use the opportunity to thank you for your work on this package. :)