casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Add vundo-save command #59

Closed ideasman42 closed 1 year ago

ideasman42 commented 1 year ago

Support saving the buffer at the current state while exploring history.

Implements #58

casouri commented 1 year ago

I would bind it to [remap save-buffer] tho. You mentioned that you accidentally saved the vundo buffer when trying to save the buffer right?

ideasman42 commented 1 year ago

I would bind it to [remap save-buffer] tho. You mentioned that you accidentally saved the vundo buffer when trying to save the buffer right?

Thanks for the hint, I wasn't aware of remap, done.

ideasman42 commented 1 year ago

Any other changes needed? (remap is now used)

casouri commented 1 year ago

No it's perfect. Merged, thanks for reminding me!