Save and restore chats #139
Replies: 2 comments 8 replies
-
Hey @soundweaverz and thanks for your kind words. I had them in the plugin up until a few days ago (9c57c35). Unfortunately the way I rewrote the messaging element of the chat buffer broke them. I deemed that it wasn't worthwhile fixing them as the future changes I have will necessitate a rewrite again, in a week or two. Feel free to look through the commit and if you can think of a good way of saving and restoring chats, let me know. I'm open to a PR to implement them again. |
Beta Was this translation helpful? Give feedback.
-
Howdy! I implemented a save/retrieve functionality I am pretty happy with you can find it in this gist: https://gist.github.com/itsfrank/942780f88472a14c9cbb3169012a3328 Pretty simple, it adds 2 commands:
Works very well for my needs. The one thing it does not do is allow you to resume chatting, but I haven't really had the need for that. In any case I'm pretty sure I could just select the bits that are relevant and use |
Beta Was this translation helpful? Give feedback.
-
Hi Oli! Amazing work! I've been a Neovim user for a few years, shortly tried Zed, but switched back now. However, one feature I'm missing is the ability to save and restore chats and IIRC there used to be a "save and restore" bullet point in the README. I also found another discussion, in which you mention that it could be possible. Any idea how this is prioritized? If I can help you setting it up, I'd gladly try to help working it out!
Beta Was this translation helpful? Give feedback.
All reactions