owickstrom / komposition

The video editor built for screencasters
https://owickstrom.github.io/komposition/
Mozilla Public License 2.0
429 stars 21 forks source link

Undo/Redo support #34

Closed owickstrom closed 6 years ago

owickstrom commented 6 years ago

This PR adds rudimentary undo and redo support, with the usual Vim bindings u and Ctrl-r, for undo and redo, respectively.

owickstrom commented 6 years ago

Also, I realized that the r binding shouldn't be for Render, but rather Replace once that is implemented, so I removed it.

owickstrom commented 6 years ago

Thanks for the jump start @snowleopard. OK if I close the previous PR?

snowleopard commented 6 years ago

@owickstrom Sure, go ahead! Glad to see that the simple bits I wrote ended up here :-)