To see it as reveal.js presentation, follow these steps:
Build:
$ docker build -t learn-vim-steps .
$ docker run --rm -v "$(pwd)/slides/:/revealjs/slides/" -p 8001:8000 learn-vim-steps
To see presentation:
Open http://localhost:8001/ in a browser.
Presentation made with https://github.com/hakimel/reveal.js.
CC0 1.0 Universal (CC0 1.0) Public Domain
For more information, please see http://creativecommons.org/publicdomain/zero/1.0/.