syl20bnr / evil-tutor

Vimtutor adapted to Emacs+Evil and wrapped in a major mode.
GNU General Public License v3.0
87 stars 12 forks source link

evil-tutor

MELPA MELPA Stable

Table of Contents

Description

Vimtutor adapted for Evil and wrapped in a major mode.

Features:

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.

Acknowledgement

This major-mode has been inspired by a post on /r/emacs.