diff --git a/README.md b/README.md index f3a9e768c89ac79a7ca1a36c28007cc3ecc9e52a..26e365be2cc77a6da6908e5a4d3c5f7e482446d2 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ From a very single vim buffer, you can perform all basic git operations. To name * Stage files/hunks/parts of hunks with single key S. * Write or amend your commit message and commit. -See a usage example: +See a usage example on asciicast: [](https://asciinema.org/a/28761) +And a [commented video presenting vimagit](https://youtu.be/_3wMmmVi6bU) (thank you [Mike Hartington](https://github.com/mhartington)!) + This workflow is 100% inspired from magnificent emacs [Magit](https://github.com/magit/magit) plugin. Take a look at [TL;DR](#tldr) to start using it immediatly.