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
andC-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.