evil-tutor
evil-tutor copied to clipboard
Vimtutor adapted to Emacs+Evil and wrapped in a major mode.
evil-tutor
Table of Contents
-
evil-tutor
- Description
- Quick start
-
Install
- Package manager
- Manually
- Acknowledgement
Description
Vimtutor adapted for Evil and wrapped in a major mode.
Features:
- restore last working file
- fast navigation between lessons with
C-j
andC-k
Quick start
M-x evil-tutor-start
This will create a working file in evil-tutor-working-directory
(defaults
to ~/.emacs.d/.tutor
)
Install
Package manager
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")
Manually
Add evil-tutor.el
to your load path. evil-tutor
requires evil
to be
installed.