https://github.com/syl20bnr/evil-tutor.git
git clone 'git://github.com/syl20bnr/evil-tutor.git'
Table of Contents
Vimtutor adapted for Evil and wrapped in a major mode.
Features:
- restore last working file
- fast navigation between lessons with C-j and C-k
M-x evil-tutor-start
This will create a working file in evil-tutor-working-directory (defaults
to ~/.emacs.d/.tutor)
You can either install evil-tutor from MELPA (_available soon_):
M-x package-install evil-tutor
Or add it to your Cask file:
(source melpa)
(depends-on "evil-tutor")
Add evil-tutor.el to your load path. evil-tutor requires evil to be
installed.